<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("./icon.css");
/* clear */
body {
  font-family: MicroSoft Yahei, Arial;
}

body ul, body li, body h1, body h2, body h3, body h4, body h5, body p {
  padding: 0;
  margin: 0;
}

body li {
  list-style: none;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.arial {
  font-family: Arial !important;
  word-wrap: break-word;
  word-break: break-all;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}

/****************************************************************************
 * 全局样式
 */
::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}

.global-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 100px;
  z-index: 1000;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.global-nav .container-fluid {
  align-items: unset;
  padding: 0;
}

.global-nav .container-fluid .navbar-brand {
  padding: 0;
  margin: 20px 20px 20px 30px;
}

.global-nav .container-fluid .navbar-brand img {
  display: block;
  width: 165px;
}

.global-nav .container-fluid .navbar-brand .img-native {
  display: none;
}

.global-nav .container-fluid .navbar-box {
  display: flex;
}

.global-nav .container-fluid .navbar-box .navbar-toggler {
  align-self: center;
  margin: 0;
  padding: 9px 0;
  cursor: pointer;
  z-index: 9999;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon {
  display: block;
  height: 3px;
  border-radius: 1px;
  width: 28px;
  background-color: #fff !important;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(1) {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(2) {
  display: none;
}

.global-nav .container-fluid .navbar-box .navbar-toggler .navbar-toggler-icon:nth-child(3) {
  margin-top: -3px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  height: 2px;
  width: 28px;
  background-color: #fff;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2) {
  display: block;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(2), .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  margin-top: 5px;
}

.global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(1), .global-nav .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon:nth-child(3) {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.global-nav .container-fluid .navbar-box .navbar-collapse {
  align-items: unset;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
  margin-left: 80px;
  position: relative;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li:first-child {
  margin-left: 0;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #f18200;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover::before {
  width: 100%;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active::before {
  width: 100%;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-youjiantou {
  cursor: pointer;
  padding: 0 10px;
  transition-duration: 0.1s;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-youjiantou::before {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .icon-youjiantou:hover::before {
  color: #f18200;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 20px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
  font-size: 14px;
  white-space: nowrap;
  padding-bottom: 10px;
  color: #fff;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:hover {
  color: #f18200 !important;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:first-child {
  padding-top: 20px;
}

.global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:last-child {
  padding-bottom: 20px;
}

.global-nav .container-fluid .navbar-box .contact-phone {
  margin-left: 60px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua {
  margin-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua::before {
  font-size: 10px;
  line-height: 1;
}

.global-nav.scroll-top {
  background-color: #fff;
  box-shadow: 0 3px 10px #ccc;
}

.global-nav.scroll-top .container-fluid .navbar-brand .img-native {
  display: block;
}

.global-nav.scroll-top .container-fluid .navbar-brand .img-white {
  display: none;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: #333 !important;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
  color: #333;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
  background-color: #fff;
}

.global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
  color: #333;
}

.global-nav.scroll-top .container-fluid .navbar-box .contact-phone {
  color: #005bac;
}

.global-nav.scroll-top .container-fluid .navbar-box .contact-phone .icon-dianhua {
  border-color: #f18200;
  color: #f18200;
}

.global-footer {
  overflow: hidden;
}

.global-footer .footer-body {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-footer .footer-body .body-main {
  display: flex;
  justify-content: space-between;
}

.global-footer .footer-body .body-main .main-item {
  padding: 0 10px;
}

.global-footer .footer-body .body-main .main-item .link-title {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.global-footer .footer-body .body-main .main-item .item-link {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  color: #dddddd;
}

.global-footer .footer-body .body-main .main-item a:hover {
  color: #f18200;
}

.global-footer .footer-body .body-main .main-code {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
}

.global-footer .footer-body .body-main .main-code .code-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.global-footer .footer-body .body-main .main-contact {
  width: 300px;
  padding-right: 0;
}

.global-footer .footer-body .body-main .main-contact .contact-item {
  color: #ffffff;
  font-size: 12px;
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.global-footer .footer-body .body-main .main-contact .contact-item .iconfont {
  font-size: 16px;
  padding-right: 20px;
}

.global-footer .footer-body .body-inlet {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.global-footer .footer-body .body-inlet .body-in .in-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.global-footer .footer-body .body-inlet .body-in .in-list {
  display: flex;
  padding-top: 20px;
}

.global-footer .footer-body .body-inlet .body-in .in-list .in-item {
  margin-left: 35px;
}

.global-footer .footer-body .body-inlet .body-in .in-list .in-item .item-img {
  width: 60px;
  height: 60px;
}

.global-footer .footer-body .body-inlet .body-in .in-list .in-item .item-title {
  font-size: 12px;
  padding-top: 10px;
  color: #fff;
}

.global-footer .footer-body .body-inlet .body-in .in-list .in-item:first-child {
  margin-left: 0;
}

.global-footer .footer-body .body-inlet .body-in .in-list .in-item:hover .item-title {
  color: #f18200;
}

.global-footer .footer-body .body-inlet .body-sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.global-footer .footer-body .body-inlet .body-sub form {
  display: flex;
}

.global-footer .footer-body .body-inlet .body-sub form input {
  width: 200px;
  border-radius: 2px;
  overflow: hidden;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  outline: none;
  font-size: 14px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  margin-right: 10px;
}

.global-footer .footer-body .body-inlet .body-sub form button {
  padding: 0 25px;
  border-radius: 2px;
  background-color: #fff;
  border: none;
  color: #005bac;
  font-size: 14px;
  font-weight: bold;
}

.global-footer .footer-body .body-inlet .body-sub .go-top {
  width: 50px;
  height: 50px;
  margin-top: 40px;
  cursor: pointer;
  background-color: #f18200;
  position: relative;
  overflow: hidden;
}

.global-footer .footer-body .body-inlet .body-sub .go-top .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.global-footer .footer-body .body-inlet .body-sub .go-top .bottom {
  transform: translateY(100%);
}

.global-footer .footer-body .body-inlet .body-sub .go-top:hover .top {
  transform: translateY(-100%);
}

.global-footer .footer-body .body-inlet .body-sub .go-top:hover .bottom {
  transform: translateY(0);
}

.global-footer .footer-copyright {
  background-color: #222222;
  padding: 35px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.global-footer .footer-copyright .logo {
  max-width: 120px;
}

.global-footer .footer-copyright .copy {
  color: #666666;
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
}

.global-footer .footer-copyright a {
  color: #666666;
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
}

.global-footer .footer-copyright .link {
  color: #666666;
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
}

.global-footer .footer-copyright .link .link-item {
  color: #666666;
  margin-left: 8px;
}

.global-footer .footer-copyright .link .link-item:first-child {
  margin-left: 0;
}

.global-footer .footer-copyright .link .link-item:hover {
  color: #f18200;
}

.global-banner {
  margin-top: 80px;
  padding-top: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.global-tags {
  overflow: hidden;
}

.global-tags .container {
  display: flex;
  justify-content: center;
}

.global-tags .container .tags-list {
  display: flex;
  flex-wrap: wrap;
}

.global-tags .container .tag {
  min-width: 160px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 18px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.global-tags .container .tag.active, .global-tags .container .tag:hover {
  background-color: #f18200;
  color: #ffffff;
}

.global-tags.tags-line {
  border-bottom: 1px solid #dddddd;
}

/*
  &lt;div class="global-title"&gt;
    &lt;div class="bg arial"&gt;ABOUT US&lt;/div&gt;
    &lt;div class="title"&gt;公司简介&lt;/div&gt;
  &lt;/div&gt;
*/
.global-title {
  position: relative;
  font-weight: bold;
  text-align: center;
}

.global-title .bg {
  color: rgba(153, 153, 153, 0.2);
  font-size: 48px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}

.global-title .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 24px;
  line-height: 1.3;
}

.overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.overlay .dialog {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 15px;
  transform: translateY(-20%);
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.overlay .dialog.active {
  transform: translateY(0);
}

.overlay .dialog .iconfont {
  position: absolute;
  right: 0;
  top: -50px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.overlay .dialog .dialog-video {
  display: block;
  width: 60vw;
}

.global-crumbs {
  padding: 20px 0;
}

.global-crumbs .container {
  display: flex;
  align-items: center;
}

.global-crumbs .container .crumb {
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.global-crumbs .container .crumb .iconfont {
  font-size: 20px;
  line-height: 1;
  color: #bfbfbf;
  padding-right: 18px;
}

.global-crumbs .container .crumb:hover {
  color: #f18200;
}

.global-crumbs .container .crumb:hover .iconfont {
  color: #f18200;
}

.global-crumbs .container .separator {
  color: #333333;
  font-size: 14px;
  margin: 0 8px;
}

.global-crumbs.crumbs-line {
  border-bottom: 1px solid #dddddd;
}

.global-crumbs.crumbs-bg {
  background-color: #f1f1f1;
}

.global-pagination {
  display: flex;
  justify-content: center;
}

.global-pagination a {
  font-family: Arial;
  line-height: 32px;
  min-width: 34px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
  border: 1px solid #bbbbbb;
  margin: 0 5px;
}

.global-pagination a.active, .global-pagination a:hover {
  background-color: #f18200;
  border-color: #f18200;
  color: #fff;
}

.global-pagination a:first-child, .global-pagination a:last-child {
  padding: 0 10px;
  font-weight: unset;
  font-family: MicroSoft Yahei, Arial;
}

.global-pagination a:first-child {
  margin-left: 0;
}

.global-pagination a:last-child {
  margin-right: 0;
}

.global-move-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px;
}

.global-move-page a {
  color: #666666;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.global-move-page a:hover {
  color: #f18200;
}

.global-move-page .prev, .global-move-page .next {
  line-height: 38px;
  padding: 0 45px;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.global-move-page .prev:hover, .global-move-page .next:hover {
  color: #fff;
  background-color: #f18200;
  border-color: #f18200;
}

.img-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.img-overlay .img-dialog {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  position: relative;
  border-radius: 2px;
  box-sizing: border-box;
  transform: translateY(-20%);
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.img-overlay .img-dialog.active {
  transform: translateY(0);
}

.img-overlay .img-dialog .iconfont {
  position: absolute;
  right: 0;
  top: -50px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.img-overlay .img-dialog .dialog-img {
  display: block;
  width: 80vw;
}

.anchor {
  position: absolute;
  opacity: 0;
  top: -80px;
  left: 0;
  z-index: -1;
}

.container {
  position: relative;
}

/****************************************************************************
 * 首页
 */
.index-top, .index-about .index-about-bg, .index-advantage, .index-product, .index-solution, .index-news {
  padding-top: 80px;
}

.index-bottom, .index-product, .index-news {
  padding-bottom: 80px;
}

.index-flanks, .index-about .about-main, .index-advantage .index-title, .index-advantage .advantage-content .text-box, .index-product, .index-solution .index-title, .index-news {
  padding-left: 100px;
  padding-right: 100px;
}

.index-title {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}

.index-title .title-main {
  font-size: 30px;
  color: #333333;
  line-height: 40px;
}

.index-title .title-lesser {
  font-size: 16px;
  color: #f18200;
  line-height: 1.2;
  padding-left: 10px;
}

.index-banner .swiper-slide img {
  display: block;
  width: 100%;
}

.index-banner .swiper-pagination {
  display: flex;
  bottom: 60px;
  left: 18.75%;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 5px;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #005bac;
}

.index-about {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-about .about-main {
  display: flex;
  justify-content: space-between;
}

.index-about .about-main .mian-info {
  width: 35%;
}

.index-about .about-main .mian-info .info-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  padding-top: 50px;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}

.index-about .about-main .mian-info .info-learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #005bac;
  border-radius: 50px;
  margin-top: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-about .about-main .mian-info .info-learn-more .iconfont {
  margin-left: 5px;
  font-size: 16px;
}

.index-about .about-main .mian-info .info-learn-more:hover {
  background-color: #f18200;
}

.index-about .about-main .mian-info .info-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  position: relative;
}

.index-about .about-main .mian-info .info-data .data-main .main-num {
  color: #f18200;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  padding: 25px 0;
}

.index-about .about-main .mian-info .info-data .data-main .main-explain {
  font-size: 14px;
  color: #ffffff;
}

.index-about .about-main .mian-info .info-data .iconfont {
  font-size: 48px;
  color: #fff;
}

.index-about .about-main .mian-info .info-data::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -1px;
  left: 0;
  background-color: #f18200;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-about .about-main .mian-info .info-data:hover .iconfont {
  color: #f18200;
}

.index-about .about-main .mian-info .info-data:hover::before {
  width: 100%;
}

.index-about .about-link {
  margin-top: 250px;
  display: flex;
}

.index-about .about-link .link-item {
  width: 25%;
  padding: 60px 30px;
  background-color: rgba(0, 0, 0, 0.68);
  border-right: 1px solid #999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-about .about-link .link-item .item-img {
  width: 150px;
}

.index-about .about-link .link-item .item-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.index-about .about-link .link-item:last-child {
  border-right: none;
}

.index-about .about-link .link-item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.index-advantage {
  overflow: hidden;
}

.index-advantage .advantage-content {
  margin-top: 60px;
  position: relative;
}

.index-advantage .advantage-content .content-bg {
  display: block;
  width: 100%;
}

.index-advantage .advantage-content .active-icon-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.index-advantage .advantage-content .active-icon-box .active-icon {
  display: none;
  width: 100%;
}

.index-advantage .advantage-content .active-icon-box .active-icon.active {
  display: block;
}

.index-advantage .advantage-content .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 9;
}

.index-advantage .advantage-content .text-box .text-item {
  position: absolute;
  color: #333333;
}

.index-advantage .advantage-content .text-box .text-item .item-title {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-advantage .advantage-content .text-box .text-item .item-intro {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-advantage .advantage-content .text-box .text-item.active {
  color: #f18200;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(1) {
  text-align: right;
  left: 100px;
  top: 53.5%;
  width: 29%;
  padding-right: 7%;
  min-height: 12%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(2) {
  text-align: right;
  left: 100px;
  top: 23.5%;
  width: 33.5%;
  padding-right: 7%;
  min-height: 12%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(3) {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 40%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(3) .item-intro {
  -webkit-line-clamp: 1;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 13%;
  height: 150%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(4) {
  text-align: left;
  right: 100px;
  top: 23.5%;
  width: 33.5%;
  padding-left: 7%;
  min-height: 12%;
}

.index-advantage .advantage-content .text-box .text-item:nth-child(5) {
  text-align: left;
  right: 100px;
  top: 53.5%;
  width: 29%;
  padding-left: 7%;
  min-height: 12%;
}

.index-product {
  overflow: hidden;
}

.index-product .product-header {
  display: flex;
  justify-content: space-between;
}

.index-product .product-header .product-learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #005bac;
  border-radius: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-product .product-header .product-learn-more .iconfont {
  margin-left: 5px;
  font-size: 16px;
}

.index-product .product-header .product-learn-more:hover {
  background-color: #f18200;
}

.index-product .product-main {
  margin-top: 40px;
}

.index-product .product-main .main-nav {
  display: flex;
  justify-content: space-between;
}

.index-product .product-main .main-nav .nav-item {
  width: 11.6%;
  display: block;
  text-align: center;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.index-product .product-main .main-nav .nav-item.active {
  background-color: #f18200;
  color: #fff;
}

.index-product .product-main .main-nav .nav-item:hover {
  background-color: #f18200;
  color: #fff;
}

.index-product .product-main .mian-list {
  display: none;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.index-product .product-main .mian-list .list-col {
  width: 25%;
  padding: 0 20px;
  padding-top: 40px;
}

.index-product .product-main .mian-list .list-col .list-item {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.index-product .product-main .mian-list .list-col .list-item img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-product .product-main .mian-list .list-col .list-item .learn-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  color: #f18200;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  background-color: rgba(21, 90, 155, 0.7);
}

.index-product .product-main .mian-list .list-col .list-item .learn-more .iconfont {
  font-size: 14px;
  padding-left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-product .product-main .mian-list .list-col .list-item:hover img {
  transform: scale(1.1);
}

.index-product .product-main .mian-list .list-col .list-item:hover .learn-more .iconfont {
  transform: translateX(10px);
}

.index-product .product-main .mian-list .list-col:first-child {
  width: 50%;
}

.index-product .product-main .mian-list.active {
  display: flex;
}

.index-solution {
  overflow: hidden;
}

.index-solution .solution-body {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.index-solution .solution-body .solution-item {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.index-solution .solution-body .solution-item .item-img {
  width: 100%;
}

.index-solution .solution-body .solution-item .item-part {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.index-solution .solution-body .solution-item .item-part .part-body {
  width: 100%;
  background-color: rgba(241, 130, 0, 0.7);
  border-radius: 4px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  position: relative;
}

.index-solution .solution-body .solution-item .item-part .part-body .title-box {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-solution .solution-body .solution-item .item-part .part-body .hide {
  overflow: hidden;
  height: 0;
}

.index-solution .solution-body .solution-item .item-part .part-body .hide .content {
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-solution .solution-body .solution-item .item-part .part-body .hide .learn-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 20px;
}

.index-solution .solution-body .solution-item .item-part .part-body .hide .learn-more .iconfont {
  font-size: 14px;
  padding-left: 5px;
}

.index-solution .solution-body .solution-item:hover .item-part .part-body {
  background-color: rgba(241, 130, 0, 0.9);
  padding: 40px 20px;
}

.index-solution .solution-body .solution-item:hover .item-part .part-body .title-box {
  font-size: 24px;
  padding-bottom: 15px;
}

.index-news {
  overflow: hidden;
}

.index-news .news-header {
  display: flex;
  justify-content: space-between;
}

.index-news .news-header .product-learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: #005bac;
  border-radius: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.index-news .news-header .product-learn-more .iconfont {
  margin-left: 5px;
  font-size: 16px;
}

.index-news .news-header .product-learn-more:hover {
  background-color: #f18200;
}

.index-news .news-nav {
  padding-top: 30px;
  padding-bottom: 50px;
}

.index-news .news-nav a {
  color: #333;
  font-size: 16px;
  margin-left: 30px;
}

.index-news .news-nav a:first-child {
  margin-left: 0;
}

.index-news .news-nav a.active {
  color: #f18200;
}

.index-news .news-nav a:hover {
  color: #f18200;
}

.index-news .news-row {
  margin: 0 -40px;
}

.index-news .news-row .news-col {
  padding: 0 40px;
}

.index-news .news-row .news-col .col-body {
  display: block;
  padding-top: 25px;
  border-top: 2px solid #dddddd;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.index-news .news-row .news-col .col-body .title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.index-news .news-row .news-col .col-body .time {
  color: #999999;
  font-size: 14px;
  padding: 20px 0;
}

.index-news .news-row .news-col .col-body .content {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news .news-row .news-col .col-body .illustration {
  display: block;
  width: 100%;
}

.index-news .news-row .news-col .col-body:hover {
  border-color: #005bac;
}

.index-news .news-row .news-col .col-body:hover .title {
  color: #f18200;
}

/****************************************************************************
 * 关于大亚
 */
.about-introduction {
  padding-top: 60px;
  padding-bottom: 80px;
}

.about-introduction .introduction-body {
  padding-top: 40px;
  margin: 0;
}

.about-introduction .introduction-body .column {
  padding: 0;
}

.about-introduction .introduction-body .column .content {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.about-introduction .introduction-body .video-trigger {
  padding-left: 40px;
  display: flex;
  align-items: flex-start;
}

.about-introduction .introduction-body .video-trigger .trigger-box {
  overflow: hidden;
  position: relative;
}

.about-introduction .introduction-body .video-trigger .trigger-box .image-box {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 10px;
  z-index: 2;
}

.about-introduction .introduction-body .video-trigger .trigger-box .image-box .image-bg {
  display: block;
  width: 100%;
}

.about-introduction .introduction-body .video-trigger .trigger-box .image-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-introduction .introduction-body .video-trigger .trigger-box .image-box .video-btn .iconfont {
  font-size: 20px;
  color: #005bac;
}

.about-introduction .introduction-body .video-trigger .trigger-box .bg-color {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f18200;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.about-introduction .infos {
  display: flex;
  margin-top: 50px;
}

.about-introduction .infos .info {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  border-right: 1px solid #005bac;
}

.about-introduction .infos .info:last-child {
  border-right: none;
}

.about-introduction .infos .info .info-title {
  color: #f18200;
  font-size: 36px;
  font-weight: bold;
}

.about-introduction .infos .info .info-subtitle {
  color: #333333;
  font-size: 12px;
  margin-top: 10px;
}

.about-develop {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.about-develop .global-title .title {
  color: #fff;
}

.about-develop .global-title .bg {
  color: rgba(255, 255, 255, 0.1);
}

.about-develop .develop-swiper-container {
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: unset;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .title {
  padding: 0 15px;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .intro {
  padding: 0 15px;
  flex: 1;
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  min-height: 90px;
  padding-bottom: 30px;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis {
  margin-top: 10px;
  border-top: 2px dotted #fff;
  width: 100%;
  position: relative;
  text-align: center;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis .year {
  color: #ffffff;
  font-size: 18px;
  padding-top: 20px;
}

.about-develop .develop-swiper-container .develop-swiper .swiper-slide .axis::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.about-develop .develop-swiper-container .prev, .about-develop .develop-swiper-container .next {
  position: absolute;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  z-index: 20;
}

.about-develop .develop-swiper-container .prev .iconfont, .about-develop .develop-swiper-container .next .iconfont {
  font-size: 20px;
  line-height: 1;
}

.about-develop .develop-swiper-container .prev {
  left: 0;
}

.about-develop .develop-swiper-container .next {
  right: 0;
}

.about-culture {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-culture .row {
  margin-top: 50px;
  margin-left: -13px;
  margin-right: -13px;
}

.about-culture .row .culture-col {
  padding: 0 13px;
}

.about-culture .row .culture-col .culture-atropos {
  height: 100%;
}

.about-culture .row .culture-col .culture-item {
  height: 100%;
  background-color: #f18200;
  border-radius: 10px;
  padding: 40px 30px;
  color: #fff;
}

.about-culture .row .culture-col .culture-item .iconfont {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.about-culture .row .culture-col .culture-item .item-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.about-culture .row .culture-col .culture-item .item-subtitle {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.about-culture .row .culture-col .culture-item .item-content {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}

.about-brand {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
}

.about-brand .global-title .bg {
  color: rgba(255, 255, 255, 0.1);
}

.about-brand .global-title .title {
  color: #fff;
}

.about-brand .row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}

.about-brand .row .brand-col {
  padding: 0 50px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 40px;
}

.about-brand .row .brand-col .col-img {
  width: 165px;
  display: block;
  margin-right: 25px;
}

.about-brand .row .brand-col .col-intro {
  flex: 1;
  font-size: 18px;
}

.about-core {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 80px 0;
}

.about-core .container {
  display: flex;
  align-items: flex-end;
}

.about-core .container .text {
  width: 60%;
  background-color: rgba(241, 130, 0, 0.8);
  z-index: 1;
  padding: 60px 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-core .container .text .list .item {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.about-core .container .text .list .item .iconfont {
  font-size: 48px;
  line-height: 1;
  margin-right: 20px;
}

.about-core .container .text .list .item .intro {
  font-weight: bold;
}

.about-core .container .img {
  width: 50%;
  margin-left: -10%;
}

.about-honor {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-honor .honor-swiper {
  margin-top: 45px;
}

.about-honor .honor-swiper .swiper-slide {
  height: auto;
}

.about-honor .honor-swiper .swiper-slide .honor-item {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-honor .honor-swiper .swiper-slide .honor-item .item-img-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.about-honor .honor-swiper .swiper-slide .honor-item .item-img-box .item-img {
  width: 100%;
}

.about-honor .honor-swiper .swiper-slide .honor-item .item-text {
  color: #333333;
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
}

.about-honor .about-honor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.about-honor .about-honor-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #dddddd;
  opacity: 1;
  margin: 0 5px;
}

.about-honor .about-honor-pagination .swiper-pagination-bullet-active {
  background-color: #4f6afe;
}

/****************************************************************************
 * 产品中心
 */
.product-center {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 60px 0;
}

.product-center .row {
  margin: 0 -10px;
}

.product-center .row .cneter-col {
  padding: 0 10px;
  margin-bottom: 20px;
}

.product-center .row .cneter-col .center-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
}

.product-center .row .cneter-col .center-item .item-img {
  width: 100%;
}

.product-center .row .cneter-col .center-item .item-text {
  flex: 1;
  padding: 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.product-center .row .cneter-col .center-item .item-text .title {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.product-center .row .cneter-col .center-item .item-text .list {
  padding-top: 10px;
}

.product-center .row .cneter-col .center-item .item-text .list .text-li {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
}

.product-center .row .cneter-col .center-item .item-text .list .text-li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #ff8800;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.product-center .row .cneter-col .center-item .go-more {
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #666666;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-center .row .cneter-col .center-item:hover .go-more {
  background-color: #f18200;
}

/****************************************************************************
 * 产品列表
 */
.product-list {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-bottom: 80px;
}

.product-list .list {
  background-color: #fff;
  padding: 20px;
}

.product-list .list .intro {
  font-size: 14px;
  color: #999999;
}

.product-list .list .row {
  margin: 0 -10px;
  padding-bottom: 30px;
}

.product-list .list .row .column {
  padding: 0 10px;
  margin-top: 20px;
}

.product-list .list .row .column .item {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.product-list .list .row .column .item .img-box {
  width: 100%;
  overflow: hidden;
}

.product-list .list .row .column .item .img-box .item-img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-list .list .row .column .item .img-box .item-img:hover {
  transform: scale(1.1);
}

.product-list .list .row .column .item .item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}

.product-list .list .row .column .item .item-text .text-title {
  flex: 1;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.product-list .list .row .column .item .item-text .text-more {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-list .list .row .column .item .item-text .text-more .iconfont {
  font-size: 12px;
  padding-left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.product-list .list .row .column .item:hover .item-text .text-more {
  color: #f18200;
}

.product-list .list .row .column .item:hover .item-text .text-more .iconfont {
  color: #f18200;
  padding-left: 10px;
}

/****************************************************************************
 * 产品详情
 */
.product-details {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-bottom: 80px;
}

.details-handle {
  padding: 40px;
  background-color: #fff;
}

.details-handle .details-handle-body {
  display: flex;
  position: relative;
}

.details-handle .handle-img-swiper {
  width: 43%;
}

.details-handle .handle-img-swiper img {
  width: 100%;
}

.details-handle .handle-text {
  width: 57%;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.details-handle .handle-text .text-title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.details-handle .handle-text .text-content {
  margin-top: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.details-handle .handle-text .text-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.details-handle .handle-text .text-contact {
  margin-top: 30px;
  padding: 20px;
  background-color: #f1f1f1;
}

.details-handle .handle-text .text-contact .info {
  display: flex;
  font-size: 14px;
  margin-top: 10px;
}

.details-handle .handle-text .text-contact .info .label {
  color: #666666;
  min-width: 85px;
}

.details-handle .handle-text .text-contact .info .code {
  color: #333333;
}

.details-handle .handle-text .text-contact .info:first-child {
  margin-top: 0;
}

.details-handle .handle-text .text-contact .contact-form {
  display: flex;
  margin-top: 15px;
}

.details-handle .handle-text .text-contact .contact-form ::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px;
  line-height: 35px;
}

.details-handle .handle-text .text-contact .contact-form :-ms-input-placeholder {
  color: #999999;
  font-size: 12px;
  line-height: 35px;
}

.details-handle .handle-text .text-contact .contact-form ::placeholder {
  color: #999999;
  font-size: 12px;
  line-height: 35px;
}

.details-handle .handle-text .text-contact .contact-form input {
  width: 200px;
  outline: none;
  border: none;
  padding: 0 10px;
  line-height: 35px;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 2px;
}

.details-handle .handle-text .text-contact .contact-form button {
  padding: 0 25px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #005bac;
  border: none;
  border-radius: 2px;
}

.details-handle .handle-text .btn-list {
  display: flex;
  margin-top: 20px;
}

.details-handle .handle-text .btn-list .btns {
  margin-left: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 45px;
  padding: 0 30px;
  background-color: #005bac;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.details-handle .handle-text .btn-list .btns .iconfont {
  font-size: 20px;
  margin-right: 40px;
}

.details-handle .handle-text .btn-list .btns:first-child {
  margin-left: 0;
  background-color: #f18200;
}

.details-handle .handle-text .handle-swiper-container {
  position: relative;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper {
  margin: 0 30px;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper .swiper-slide {
  width: auto;
  border: 2px solid #fff;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper .swiper-slide img {
  width: 80px;
}

.details-handle .handle-text .handle-swiper-container .handle-swiper .swiper-slide-thumb-active {
  border-color: #ff8801;
}

.details-handle .handle-text .handle-swiper-container .prev, .details-handle .handle-text .handle-swiper-container .next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: rgba(0, 91, 172, 0.8);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.details-handle .handle-text .handle-swiper-container .prev {
  left: 0;
}

.details-handle .handle-text .handle-swiper-container .next {
  right: 0;
}

.details-handle .handle-text .handle-swiper-container .swiper-button-disabled {
  opacity: .4;
}

.details-common {
  margin-top: 40px;
  background-color: #fff;
}

.details-common .header {
  padding: 30px 40px 20px;
  color: #f18200;
  font-size: 22px;
  font-weight: bold;
}

.details-common .content-slot {
  padding: 40px;
  padding-top: 0;
}

.details-common .content-slot .content-body {
  margin-top: 40px;
  font-size: 12px;
  color: #333;
  line-height: 24px;
}

.details-common .content-slot .content-body img {
  width: 100%;
}

.details-common .content-slot .related-row {
  margin: 0 -10px;
}

.details-common .content-slot .related-row .column {
  padding: 0 10px;
}

.details-common .content-slot .related-row .column .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.details-common .content-slot .related-row .column .item .img-box {
  border-radius: 4px;
  overflow: hidden;
}

.details-common .content-slot .related-row .column .item .img-box .item-img {
  width: 100%;
}

.details-common .content-slot .related-row .column .item .item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.details-common .content-slot .related-row .column .item .item-text .text-title {
  flex: 1;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.details-common .content-slot .related-row .column .item .item-text .text-more {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.details-common .content-slot .related-row .column .item .item-text .text-more .iconfont {
  font-size: 12px;
  padding-left: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.details-common .content-slot .related-row .column .item:hover .item-text .text-more {
  color: #f18200;
}

.details-common .content-slot .related-row .column .item:hover .item-text .text-more .iconfont {
  color: #f18200;
  padding-left: 10px;
}

.details-common .content-slot .content-album {
  display: flex;
  margin: 0 -15px;
}

.details-common .content-slot .content-album .album-col {
  width: 25%;
  padding: 0 15px;
}

.details-common .content-slot .content-album .album-col img {
  width: 100%;
  border-radius: 4px;
}

.details-common .content-slot .honor-row {
  margin: 0 -10px;
}

.details-common .content-slot .honor-row .column {
  padding: 0 10px;
}

.details-common .content-slot .honor-row .column .item {
  height: 100%;
  padding: 20px;
  display: block;
  background-color: #f9f9f9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details-common .content-slot .honor-row .column .item .img-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-common .content-slot .honor-row .column .item .img-box .item-img {
  width: 100%;
}

.details-common .content-slot .honor-row .column .item .item-text {
  color: #333333;
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.details-common .content-slot .honor-row .column .item:hover .item-text {
  color: #f18200;
}

.details-i {
  margin-bottom: 20px;
}

.details-i .header {
  border-bottom: 1px solid #dddddd;
}

.details-correlation {
  margin-top: 60px;
}

/****************************************************************************
 * 新闻中心
 */
.news-list {
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.news-list .list-container {
  padding-bottom: 60px;
}

.news-list .list-container .news-item {
  padding: 40px 0;
  display: flex;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.news-list .list-container .news-item::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #f18200;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.news-list .list-container .news-item:hover::before {
  width: 100%;
}

.news-list .list-container .news-item .item-img-box {
  width: 35%;
  margin-right: 40px;
  overflow: hidden;
}

.news-list .list-container .news-item .item-img-box .item-img {
  width: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.news-list .list-container .news-item .item-text {
  width: 65%;
}

.news-list .list-container .news-item .item-text .item-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.news-list .list-container .news-item .item-text .item-date {
  color: #999;
  font-size: 16px;
  font-family: Arial;
  margin-top: 15px;
}

.news-list .list-container .news-item .item-text .item-content {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 70px;
}

.news-list .list-container .news-item .item-text .go-more {
  margin-top: 25px;
  color: #005bac;
  font-size: 14px;
}

.news-list .list-container .news-item .item-text .go-more .iconfont {
  font-size: 14px;
  color: #005bac;
  margin-left: 5px;
}

.news-list .list-container .news-item:first-child {
  padding-top: 0;
}

.news-list .list-container .news-item:hover .item-text .item-title {
  color: #f18200;
}

.news-list .list-container .news-item:hover .item-img-box .item-img {
  transform: scale(1.1);
}

/****************************************************************************
 * 新闻详情
 */
.news-details {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.news-details .details-body {
  padding-bottom: 60px;
}

.news-details .details-body .body-header {
  border-bottom: 1px dashed #dddddd;
}

.news-details .details-body .body-header .header-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.news-details .details-body .body-header .header-intro {
  color: #999999;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.news-details .details-body .body-header .header-intro .time {
  margin-right: 30px;
}

.news-details .details-body .body-content {
  padding-top: 20px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

.news-details .details-body .body-content img {
  max-width: 100%;
}

.news-details .news-details-move-page {
  background-color: #f1f1f1;
}

.news-details .news-details-move-page .prev, .news-details .news-details-move-page .next {
  background-color: #fff;
  border-color: #fff;
}

.news-details .news-details-move-page .prev:hover, .news-details .news-details-move-page .next:hover {
  color: #fff;
  background-color: #f18200;
  border-color: #f18200;
}

/****************************************************************************
 * 视频列表
 */
.video-conainer {
  /*更改-webkit-内核滚动条样式*/
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
}

.video-conainer ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.video-conainer ::-webkit-scrollbar-track {
  background-color: #fff;
}

.video-conainer ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f18200;
}

.video-conainer .video-body {
  position: relative;
}

.video-conainer .video-body .video-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  max-height: calc(100% - 60px);
  background-color: #005bac;
  padding: 20px 5px 7px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-conainer .video-body .video-sidebar .sidebar-header {
  color: #ffffff;
}

.video-conainer .video-body .video-sidebar .sidebar-header .title {
  font-size: 20px;
  font-weight: bold;
}

.video-conainer .video-body .video-sidebar .sidebar-header .subtitle {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.video-conainer .video-body .video-sidebar .sidebar-list {
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 20px 25px;
}

.video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item {
  padding: 15px 0;
  display: flex;
  overflow: hidden;
}

.video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item .a-box {
  display: flex;
}

.video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item a {
  display: inline-block;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
}

.video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item a.gap {
  padding-right: 10px;
}

.video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item.active {
  border-bottom: 1px solid #f18200;
}

.video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item.active a {
  color: #f18200;
}

.video-conainer .video-body .video-list {
  flex: 1;
  margin-left: 180px;
}

.video-conainer .video-body .video-list .video-row {
  margin: 0;
  margin-bottom: 20px;
}

.video-conainer .video-body .video-list .video-col {
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 40px;
}

.video-conainer .video-body .video-list .video-col .video-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f18200;
}

.video-conainer .video-body .video-list .video-col .video-item .img-box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.video-conainer .video-body .video-list .video-col .video-item .img-box .play-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-conainer .video-body .video-list .video-col .video-item .img-box .play-btn-box .play-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f18200;
}

.video-conainer .video-body .video-list .video-col .video-item .img-box img {
  width: 100%;
}

.video-conainer .video-body .video-list .video-col .video-item .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}

.video-conainer .video-body .video-list .video-col .video-item .text-box .text-title {
  flex: 1;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.video-conainer .video-body .video-list .video-col .video-item .text-box .text-more {
  color: #999999;
  font-size: 12px;
  margin-top: 8px;
}

.video-conainer .video-body .video-list .video-col .video-item .text-box .text-more .iconfont {
  font-size: 12px;
  margin-left: 5px;
}

.video-conainer .video-body .video-list .video-col .video-item:hover .text-box .text-title {
  color: #f18200;
}

/****************************************************************************
 * 视频详情
 */
.video-details {
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #f1f1f1;
}

.video-details .container .details-body {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 40px;
}

.video-details .container .details-body .body-header {
  border-bottom: 1px dashed #dddddd;
}

.video-details .container .details-body .body-header .header-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.video-details .container .details-body .body-header .header-intro {
  color: #999999;
  font-size: 12px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.video-details .container .details-body .body-header .header-intro .time {
  margin-right: 30px;
}

.video-details .container .details-body .body-content {
  padding-top: 30px;
}

.video-details .container .details-body .body-content .video-play {
  padding: 0 170px;
  margin-bottom: 80px;
  position: relative;
}

.video-details .container .details-body .body-content .video-play .video-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.video-details .container .details-body .body-content .video-play .video-button .iconfont {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-details .container .details-body .body-content .video-play .video-button .iconfont::before {
  font-size: 26px;
  color: #f18200;
}

.video-details .container .details-body .body-content .video-play img {
  width: 100%;
}

.video-details .container .details-body .body-content .video-content {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

/****************************************************************************
 * 解决方案
 */
.scheme-container {
  --font-size: 22px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 150px;
}

.scheme-container .scheme-body {
  padding: 0 50px;
}

.scheme-container .scheme-body .scheme-content {
  margin-top: 30px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}

.scheme-container .scheme-body .scheme-content img {
  max-width: 100%;
}

/****************************************************************************
 * 人才战略
 */
.talents-weal {
  padding-top: 60px;
  padding-bottom: 60px;
}

.talents-weal .weal-title {
  text-align: center;
  color: #333333;
  font-size: 24px;
}

.talents-weal .weal-list {
  display: flex;
  margin: 0 -12px;
  margin-top: 40px;
}

.talents-weal .weal-list .weal-col {
  width: 20%;
  padding: 0 12px;
}

.talents-weal .weal-list .weal-col .weal-item {
  height: 100%;
  border-radius: 10px;
  background-color: #ebedff;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.talents-weal .weal-list .weal-col .weal-item .iconfont {
  font-size: 40px;
  color: #3c6dfc;
  line-height: 1;
}

.talents-weal .weal-list .weal-col .weal-item .item-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

.talents-weal .weal-list .weal-col .weal-item .item-content {
  color: #333333;
  font-size: 12px;
  line-height: 24px;
}

.talents-tags {
  padding-bottom: 80px;
  overflow: hidden;
}

.talents-tags .tags-list {
  display: flex;
}

.talents-tags .tags-list .tag {
  width: 33.33333333333%;
  font-size: 20px;
  color: #005bac;
  font-weight: bold;
  text-align: center;
  background-color: #f1f1f1;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.talents-tags .tags-list .tag:hover, .talents-tags .tags-list .tag.active {
  background-color: #005bac;
  color: #fff;
}

.talents-tags .tags-body {
  display: none;
}

.talents-tags .tags-body .honor-swiper {
  margin-top: 45px;
}

.talents-tags .tags-body .honor-swiper .swiper-slide {
  height: auto;
}

.talents-tags .tags-body .honor-swiper .swiper-slide .honor-item {
  height: 100%;
  padding: 30px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.talents-tags .tags-body .honor-swiper .swiper-slide .honor-item .item-img-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.talents-tags .tags-body .honor-swiper .swiper-slide .honor-item .item-img-box .item-img {
  width: 100%;
}

.talents-tags .tags-body .honor-swiper .swiper-slide .honor-item .item-text {
  color: #333333;
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
}

.talents-tags .tags-body .about-honor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.talents-tags .tags-body .about-honor-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #dddddd;
  opacity: 1;
  margin: 0 5px;
}

.talents-tags .tags-body .about-honor-pagination .swiper-pagination-bullet-active {
  background-color: #4f6afe;
}

.talents-tags .tags-body.active {
  display: block;
}

/****************************************************************************
 * 招聘计划
 */
.flow-title {
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.flow-container {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.flow-container .flow-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flow-container .flow-list .flow-item {
  width: 15%;
}

.flow-container .flow-list .flow-item img {
  width: 100%;
}

.flow-container .flow-list .flow-item .item-step {
  color: #3c6dfc;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}

.flow-container .flow-list .flow-item .item-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.flow-container .flow-list .offer-arrows {
  width: 95px;
}

.job-container {
  padding-bottom: 80px;
}

.job-container .job-list .list-item {
  padding-top: 10px;
}

.job-container .job-list .list-item:first-child {
  padding-top: 0;
}

.job-container .job-list .list-item .item-row {
  background-color: #f1f1f1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.job-container .job-list .list-item .item-row .item-job {
  width: 25%;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.job-container .job-list .list-item .item-row .item-site, .job-container .job-list .list-item .item-row .item-time, .job-container .job-list .list-item .item-row .item-operate {
  width: 25%;
  color: #666666;
  font-size: 16px;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.job-container .job-list .list-item .item-row .item-operate {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.job-container .job-list .list-item .item-row .item-operate .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
}

.job-container .job-list .list-item .item-row .item-operate .iconfont::before {
  color: #666666;
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.job-container .job-list .list-item .item-row::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 25%;
}

.job-container .job-list .list-item .item-row::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 75%;
}

.job-container .job-list .list-item .item-row:hover {
  background-color: #0027c0;
}

.job-container .job-list .list-item .item-row:hover .item-job, .job-container .job-list .list-item .item-row:hover .item-site, .job-container .job-list .list-item .item-row:hover .item-time, .job-container .job-list .list-item .item-row:hover .item-operate {
  color: #ffffff;
}

.job-container .job-list .list-item .item-row:hover .item-operate .iconfont::before {
  color: #ffffff;
}

.job-container .job-list .list-item .item-row.active {
  background-color: #0027c0;
}

.job-container .job-list .list-item .item-row.active .item-job, .job-container .job-list .list-item .item-row.active .item-site, .job-container .job-list .list-item .item-row.active .item-time, .job-container .job-list .list-item .item-row.active .item-operate {
  color: #ffffff;
}

.job-container .job-list .list-item .item-row.active .item-operate .iconfont::before {
  color: #ffffff;
}

.job-container .job-list .list-item .item-body {
  display: none;
  background-color: #f1f1f1;
  overflow: hidden;
}

.job-container .job-list .list-item .item-body .body-content {
  padding: 50px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}

/****************************************************************************
 * 联系我们
 */
.contact-container {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
}

.contact-container .contact-list {
  display: flex;
  margin-top: 40px;
}

.contact-container .contact-list .list-way {
  margin-right: 30px;
  overflow: hidden;
  width: calc(50% - 30px);
  border-radius: 4px;
  box-shadow: 0px 0px 8px #eee;
  padding: 40px;
}

.contact-container .contact-list .list-way .way-title {
  color: #f18200;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #005bac;
  padding-bottom: 20px;
}

.contact-container .contact-list .list-way .way-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
}

.contact-container .contact-list .list-way .way-item .iconfont {
  font-size: 20px;
  color: #005bac;
  line-height: 1;
  padding-right: 10px;
}

.contact-container .contact-list .list-way .way-item .way-span {
  color: #333;
}

.contact-container .contact-list .list-map {
  width: 50%;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 8px #eee;
}

.contact-container .contact-list .list-map .map-sign-box {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 0px 8px #ccc;
}

.contact-container .contact-list .list-map .map-sign-box img {
  width: 60px;
}

@media (max-width: 1800px) {
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-left: 60px;
  }
  .global-nav .container-fluid .navbar-box .contact-phone {
    margin-left: 40px;
    font-size: 20px;
  }
  .global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua {
    margin-right: 15px;
  }
}

@media (max-width: 1700px) {
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-left: 40px;
  }
}

@media (max-width: 1600px) {
  .global-nav {
    padding: 0 80px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 14px;
  }
  .global-nav .container-fluid .navbar-box .contact-phone {
    font-size: 18px;
  }
  .global-nav .container-fluid .navbar-box .contact-phone .icon-dianhua {
    margin-right: 12px;
  }
  .global-footer .footer-body {
    padding-left: 80px;
    padding-right: 80px;
  }
  .global-footer .footer-body .body-main .main-contact {
    width: 280px;
  }
  .global-footer .footer-copyright {
    padding: 35px 80px;
  }
  /* 首页 */
  .index-top, .index-about .index-about-bg, .index-advantage, .index-product, .index-solution, .index-news {
    padding-top: 70px;
  }
  .index-bottom, .index-product, .index-news {
    padding-bottom: 70px;
  }
  .index-flanks, .index-about .about-main, .index-advantage .index-title, .index-advantage .advantage-content .text-box, .index-product, .index-solution .index-title, .index-news {
    padding-left: 80px;
    padding-right: 80px;
  }
  .index-about .about-main .mian-info .info-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    padding-top: 40px;
  }
  .index-about .about-main .mian-info .info-learn-more {
    width: 160px;
    height: 40px;
    margin-top: 40px;
    font-size: 14px;
  }
  .index-about .about-main .mian-info .info-learn-more .iconfont {
    font-size: 14px;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-num {
    font-size: 40px;
    padding: 20px 0;
  }
  .index-about .about-main .mian-info .info-data .iconfont {
    font-size: 40px;
  }
  .index-about .about-link {
    margin-top: 200px;
  }
  .index-about .about-link .link-item {
    padding: 40px 30px;
  }
  .index-about .about-link .link-item .item-title {
    margin-top: 15px;
  }
  .index-product .product-header .product-learn-more {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
  .index-product .product-header .product-learn-more .iconfont {
    font-size: 14px;
  }
  .index-product .product-main .main-nav .nav-item {
    width: 12%;
    font-size: 14px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body {
    padding: 15px 20px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .title-box {
    font-size: 16px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide .content {
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide .learn-more {
    font-size: 12px;
    padding-top: 15px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide .learn-more .iconfont {
    font-size: 12px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body {
    padding: 30px 20px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body .title-box {
    font-size: 20px;
  }
  .index-news .news-header .product-learn-more {
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
  .index-news .news-header .product-learn-more .iconfont {
    font-size: 14px;
  }
  .index-news .news-nav {
    padding-bottom: 40px;
  }
  .index-news .news-row {
    margin: 0 -30px;
  }
  .index-news .news-row .news-col {
    padding: 0 30px;
  }
  .index-news .news-row .news-col .col-body {
    padding-top: 20px;
  }
  .index-news .news-row .news-col .col-body .time {
    padding: 16px 0;
  }
  .index-news .news-row .news-col .col-body .content {
    margin-bottom: 20px;
  }
  .index-advantage .advantage-content {
    margin-top: 60px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-title {
    font-size: 22px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-intro {
    font-size: 14px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
    left: 80px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
    left: 80px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
    top: -10px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
    right: 80px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(5) {
    right: 80px;
  }
}

@media (max-width: 1400px) {
  .global-nav {
    padding: 0 60px;
  }
  .global-nav .container-fluid .navbar-brand {
    margin: 20px;
  }
  .global-nav .container-fluid .navbar-brand img {
    width: 135px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin-left: 30px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 14px;
  }
  .global-nav .container-fluid .navbar-box .contact-phone {
    margin-left: 30px;
    font-size: 16px;
  }
  .global-footer .footer-body {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .global-footer .footer-body .body-main .main-item .item-link {
    margin-top: 12px;
  }
  .global-footer .footer-body .body-main .main-code {
    width: 120px;
  }
  .global-footer .footer-body .body-main .main-code .code-img {
    margin-bottom: 12px;
  }
  .global-footer .footer-body .body-main .main-contact {
    width: 240px;
  }
  .global-footer .footer-body .body-main .main-contact .contact-item {
    padding-top: 12px;
  }
  .global-footer .footer-body .body-main .main-contact .contact-item .iconfont {
    padding-right: 15px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item {
    margin-left: 30px;
  }
  .global-footer .footer-body .body-inlet .body-sub form input {
    width: 180px;
  }
  .global-footer .footer-copyright {
    padding: 35px 60px;
  }
  .global-banner {
    margin-top: 72px;
  }
  .overlay .dialog {
    width: 70%;
  }
  .global-tags .container .tag {
    min-width: 150px;
  }
  /* 首页 */
  .index-top, .index-about .index-about-bg, .index-advantage, .index-product, .index-solution, .index-news {
    padding-top: 60px;
  }
  .index-bottom, .index-product, .index-news {
    padding-bottom: 60px;
  }
  .index-flanks, .index-about .about-main, .index-advantage .index-title, .index-advantage .advantage-content .text-box, .index-product, .index-solution .index-title, .index-news {
    padding-left: 60px;
    padding-right: 60px;
  }
  .index-title .title-main {
    font-size: 28px;
    line-height: 36px;
  }
  .index-banner .swiper-pagination {
    bottom: 40px;
    left: 10%;
  }
  .index-about .about-main .mian-info .info-content {
    padding-top: 40px;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-num {
    font-size: 36px;
    padding: 15px 0;
  }
  .index-about .about-main .mian-info .info-data .iconfont {
    font-size: 36px;
  }
  .index-about .about-link {
    margin-top: 180px;
  }
  .index-about .about-link .link-item {
    padding: 40px 30px;
  }
  .index-about .about-link .link-item .item-img {
    width: 140px;
  }
  .index-about .about-link .link-item .item-title {
    margin-top: 15px;
  }
  .index-product .product-main .mian-list {
    margin: 0 -15px;
  }
  .index-product .product-main .mian-list .list-col {
    padding: 0 15px;
    padding-top: 30px;
  }
  .index-solution .solution-body {
    margin-top: 45px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body {
    padding: 10px 20px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .title-box {
    font-size: 14px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide .content {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide .learn-more {
    padding-top: 12px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body {
    padding: 20px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body .title-box {
    font-size: 18px;
  }
  .index-news .news-row {
    margin: 0 -20px;
  }
  .index-news .news-row .news-col {
    padding: 0 20px;
  }
  .index-news .news-row .news-col .col-body {
    padding-top: 15px;
  }
  .index-news .news-row .news-col .col-body .title {
    font-size: 18px;
  }
  .index-advantage .advantage-content {
    margin-top: 50px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-title {
    font-size: 20px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-intro {
    font-size: 12px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
    left: 60px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
    left: 60px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
    right: 60px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(5) {
    right: 60px;
  }
  /* 关于我们 */
  .about-develop .develop-swiper-container {
    padding-top: 60px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .title {
    font-size: 34px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .intro {
    font-size: 16px;
  }
  .about-culture {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-culture .row .culture-col .culture-item {
    padding: 30px 25px;
  }
  .about-brand .row .brand-col {
    padding: 0 40px;
  }
  .about-honor .honor-swiper .swiper-slide .honor-item {
    padding: 25px;
  }
  /****************************************************************************
  * 产品详情
  */
  .details-handle .handle-text .text-content {
    font-size: 12px;
    line-height: 24px;
  }
  .details-handle .handle-text .text-contact {
    margin-top: 20px;
  }
  .details-handle .handle-text .text-contact .contact-form input {
    width: 180px;
  }
  .details-handle .handle-text .text-contact .contact-form button {
    padding: 0 20px;
  }
  .details-handle .handle-text .btn-list .btns {
    margin-left: 35px;
    font-size: 14px;
    line-height: 40px;
  }
  .details-handle .handle-text .btn-list .btns .iconfont {
    font-size: 18px;
    margin-right: 30px;
  }
  /****************************************************************************
  * 新闻中心
  */
  .news-list .list-container .news-item .item-text .item-title {
    font-size: 22px;
    margin-top: 20px;
  }
  .news-list .list-container .news-item .item-text .item-content {
    margin-top: 25px;
  }
}

@media (max-width: 1200px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 30px;
  }
  :-ms-input-placeholder {
    font-size: 12px;
    line-height: 30px;
  }
  ::placeholder {
    font-size: 12px;
    line-height: 30px;
  }
  .global-nav {
    padding: 0 50px;
  }
  .global-nav .container-fluid .navbar-brand {
    margin: 20px;
  }
  .global-nav .container-fluid .navbar-brand img {
    width: 140px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    margin: 0;
    padding: 0 40px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 16px;
    flex: 1;
    line-height: 40px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a::before {
    display: none;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a:hover {
    color: #f18200;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active {
    color: #fff;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a.active:hover {
    color: #f18200;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    height: 0;
    background-color: unset;
    line-height: 36px;
    padding: 0;
    position: unset;
    transform: translateX(0%);
    align-items: unset;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    flex: 1;
    margin-left: 50px;
    padding-bottom: 0;
    position: relative;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:hover {
    color: #f18200 !important;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:first-child {
    padding-top: 0;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item:last-child {
    padding-bottom: 0;
  }
  .global-nav .container-fluid .navbar-box .contact-phone {
    order: -1;
    margin-left: 0;
    margin-right: 30px;
  }
  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    color: #fff;
  }
  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    background-color: unset;
  }
  .global-nav.scroll-top .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    color: #fff;
  }
  .global-footer .footer-body {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
  }
  .global-footer .footer-body .body-main .main-code {
    width: 140px;
  }
  .global-footer .footer-body .body-main .main-contact {
    width: 280px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item {
    margin-left: 25px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item .item-img {
    width: 50px;
    height: 50px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item .item-title {
    display: none;
  }
  .global-footer .footer-body .body-inlet .body-sub form input {
    width: 150px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .global-footer .footer-body .body-inlet .body-sub form button {
    padding: 0 20px;
    font-size: 12px;
  }
  .global-footer .footer-body .body-inlet .body-sub .go-top {
    width: 40px;
    height: 40px;
    margin-top: 25px;
  }
  .global-footer .footer-body .body-inlet .body-sub .go-top .iconfont {
    font-size: 20px;
  }
  .global-footer .footer-copyright {
    padding: 25px 50px;
  }
  .global-footer .footer-copyright .logo {
    max-width: 120px;
  }
  .global-footer .footer-copyright .copy {
    padding-top: 15px;
  }
  .global-footer .footer-copyright .link {
    padding-top: 8px;
  }
  .global-footer .footer-copyright .link .link-item {
    margin-left: 8px;
  }
  .global-tags .container .tag {
    min-width: 130px;
    padding: 15px;
    font-size: 14px;
  }
  .global-title .bg {
    font-size: 42px;
  }
  .global-title .title {
    font-size: 22px;
  }
  /* 首页 */
  .index-top, .index-about .index-about-bg, .index-advantage, .index-product, .index-solution, .index-news {
    padding-top: 50px;
  }
  .index-bottom, .index-product, .index-news {
    padding-bottom: 50px;
  }
  .index-flanks, .index-about .about-main, .index-advantage .index-title, .index-advantage .advantage-content .text-box, .index-product, .index-solution .index-title, .index-news {
    padding-left: 50px;
    padding-right: 50px;
  }
  .index-title .title-main {
    font-size: 26px;
    line-height: 34px;
  }
  .index-title .title-lesser {
    font-size: 14px;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .index-about .about-main .mian-info {
    width: 40%;
  }
  .index-about .about-main .mian-info .info-content {
    padding-top: 30px;
    line-height: 28px;
  }
  .index-about .about-main .mian-info .info-learn-more {
    margin-top: 30px;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-num {
    font-size: 30px;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-explain {
    font-size: 12px;
  }
  .index-about .about-main .mian-info .info-data .iconfont {
    font-size: 30px;
  }
  .index-about .about-link {
    margin-top: 150px;
  }
  .index-about .about-link .link-item {
    padding: 30px 20px;
  }
  .index-about .about-link .link-item .item-img {
    width: 120px;
  }
  .index-about .about-link .link-item .item-title {
    font-size: 12px;
    margin-top: 12px;
  }
  .index-product .product-main .main-nav .nav-item {
    width: 12.5%;
    font-size: 12px;
  }
  .index-product .product-main .mian-list {
    margin: 0 -15px;
  }
  .index-product .product-main .mian-list .list-col {
    padding: 0 15px;
    padding-top: 30px;
  }
  .index-product .product-main .mian-list .list-col .list-item .learn-more {
    font-size: 12px;
  }
  .index-product .product-main .mian-list .list-col .list-item .learn-more .iconfont {
    font-size: 12px;
  }
  .index-solution .solution-body {
    margin-top: 40px;
  }
  .index-solution .solution-body .solution-item .item-part {
    padding-bottom: 15px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .title-box {
    font-size: 12px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide .content {
    line-height: 20px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide .learn-more {
    padding-top: 10px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body .title-box {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .index-news .news-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-news .news-row {
    margin: 0 -15px;
  }
  .index-news .news-row .news-col {
    padding: 0 15px;
  }
  .index-news .news-row .news-col .col-body .title {
    font-size: 16px;
  }
  .index-news .news-row .news-col .col-body .time {
    padding: 14px 0;
  }
  .index-news .news-row .news-col .col-body .content {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .index-advantage .advantage-content .text-box .text-item {
    display: flex;
    align-items: center;
  }
  .index-advantage .advantage-content .text-box .text-item .item-title {
    font-size: 20px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-intro {
    display: none;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
    left: 50px;
    justify-content: flex-end;
    width: 30%;
    min-height: 11%;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
    left: 50px;
    justify-content: flex-end;
    width: 34.5%;
    min-height: 11%;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
    justify-content: center;
    top: 0;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(3)::before {
    height: 210%;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
    right: 50px;
    justify-content: flex-start;
    width: 34.5%;
    min-height: 11%;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(5) {
    right: 50px;
    justify-content: flex-start;
    width: 30%;
    min-height: 11%;
  }
  /* 关于我们 */
  .about-introduction {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .about-introduction .introduction-body .video-trigger {
    padding-left: 30px;
  }
  .about-introduction .infos {
    margin-top: 40px;
  }
  .about-introduction .infos .info .info-title {
    font-size: 32px;
  }
  .about-develop {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .about-develop .develop-swiper-container {
    padding-top: 50px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .title {
    padding: 0 10px;
    font-size: 32px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .intro {
    padding: 0 10px;
    font-size: 14px;
    margin-top: 25px;
    min-height: 80px;
    padding-bottom: 25px;
  }
  .about-culture {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-culture .row {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-culture .row .culture-col {
    padding: 0 10px;
  }
  .about-culture .row .culture-col .culture-item {
    padding: 25px 20px;
  }
  .about-culture .row .culture-col .culture-item .iconfont {
    font-size: 50px;
  }
  .about-culture .row .culture-col .culture-item .item-title {
    font-size: 20px;
  }
  .about-culture .row .culture-col .culture-item .item-subtitle {
    font-size: 12px;
  }
  .about-culture .row .culture-col .culture-item .item-content {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
  }
  .about-brand {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .about-brand .row {
    margin-top: 10px;
  }
  .about-brand .row .brand-col {
    padding: 0 20px;
    margin-top: 30px;
  }
  .about-brand .row .brand-col .col-img {
    width: 140px;
    margin-right: 20px;
  }
  .about-brand .row .brand-col .col-intro {
    font-size: 16px;
  }
  .about-core {
    padding: 50px 0;
  }
  .about-core .container .text {
    padding: 30px;
  }
  .about-core .container .text .list .item {
    font-size: 20px;
    padding: 15px 0;
  }
  .about-core .container .text .list .item .iconfont {
    font-size: 42px;
    margin-right: 20px;
  }
  .about-honor {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-honor .honor-swiper {
    margin-top: 40px;
  }
  .about-honor .honor-swiper .swiper-slide .honor-item .item-text {
    padding-top: 25px;
  }
  .about-honor .about-honor-pagination {
    padding-top: 30px;
  }
  /****************************************************************************
  * 产品中心
  */
  .product-center {
    padding: 50px 0;
  }
  .product-center .row .cneter-col .center-item .item-text .title {
    font-size: 18px;
  }
  .product-center .row .cneter-col .center-item .item-text .list {
    padding-top: 8px;
  }
  .product-center .row .cneter-col .center-item .item-text .list .text-li {
    margin-top: 8px;
  }
  .product-center .row .cneter-col .center-item .go-more {
    font-size: 14px;
    line-height: 46px;
  }
  /****************************************************************************
  * 产品列表
  */
  .product-list {
    padding-bottom: 60px;
  }
  .product-list .list .row .column .item .item-text {
    padding: 10px 15px;
  }
  .product-list .list .row .column .item .item-text .text-title {
    font-size: 18px;
  }
  /****************************************************************************
  * 产品详情
  */
  .product-details {
    padding-bottom: 60px;
  }
  .details-handle {
    padding: 30px;
  }
  .details-handle .handle-text {
    padding-left: 30px;
  }
  .details-handle .handle-text .text-title {
    font-size: 18px;
  }
  .details-handle .handle-text .text-content {
    margin-top: 0;
  }
  .details-handle .handle-text .text-contact {
    margin-top: 20px;
    padding: 15px;
  }
  .details-handle .handle-text .text-contact .info {
    font-size: 14px;
    margin-top: 8px;
  }
  .details-handle .handle-text .text-contact .info .label {
    min-width: 80px;
  }
  .details-handle .handle-text .text-contact .contact-form {
    margin-top: 15px;
  }
  .details-handle .handle-text .text-contact .contact-form ::-webkit-input-placeholder {
    line-height: 30px;
  }
  .details-handle .handle-text .text-contact .contact-form :-ms-input-placeholder {
    line-height: 30px;
  }
  .details-handle .handle-text .text-contact .contact-form ::placeholder {
    line-height: 30px;
  }
  .details-handle .handle-text .text-contact .contact-form input {
    width: 160px;
    line-height: 30px;
  }
  .details-handle .handle-text .text-contact .contact-form button {
    line-height: 30px;
    font-size: 12px;
  }
  .details-handle .handle-text .btn-list .btns {
    margin-left: 30px;
    font-size: 12px;
    line-height: 35px;
    padding: 0 25px;
  }
  .details-handle .handle-text .btn-list .btns .iconfont {
    font-size: 16px;
    margin-right: 20px;
  }
  .details-common .header {
    padding: 20px 30px 20px;
    font-size: 20px;
  }
  .details-common .content-slot {
    padding: 30px;
    padding-top: 0;
  }
  .details-common .content-slot .content-body {
    margin-top: 30px;
  }
  .details-common .content-slot .related-row .column .item .item-text .text-title {
    font-size: 18px;
  }
  .details-common .content-slot .related-row .column .item .item-text .text-more {
    margin-top: 8px;
  }
  .details-common .content-slot .content-album {
    margin: 0 -10px;
  }
  .details-common .content-slot .content-album .album-col {
    padding: 0 10px;
  }
  .details-correlation {
    margin-top: 50px;
  }
  /****************************************************************************
  * 新闻中心
  */
  .news-list {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .news-list .list-container {
    padding-bottom: 50px;
  }
  .news-list .list-container .news-item {
    padding: 35px 0;
  }
  .news-list .list-container .news-item .item-img-box {
    margin-right: 35px;
  }
  .news-list .list-container .news-item .item-text .item-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .news-list .list-container .news-item .item-text .item-content {
    margin-top: 20px;
    font-size: 12px;
    -webkit-line-clamp: 2;
    min-height: unset;
  }
  /****************************************************************************
  * 新闻详情
  */
  .news-details {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .news-details .details-body {
    padding-bottom: 50px;
  }
  .news-details .details-body .body-header .header-title {
    font-size: 22px;
  }
  .news-details .details-body .body-header .header-intro {
    padding-bottom: 20px;
  }
  /****************************************************************************
  * 视频列表
  */
  .video-conainer {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .video-conainer .video-body .video-sidebar {
    max-height: calc(100% - 50px);
  }
  .video-conainer .video-body .video-list .video-col {
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .text-box {
    padding: 10px 0;
  }
  .video-conainer .video-body .video-list .video-col .video-item .text-box .text-title {
    font-size: 18px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .text-box .text-more {
    margin-top: 6px;
  }
  /****************************************************************************
  * 视频详情
  */
  .video-details {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .video-details .container .details-body .body-header .header-title {
    font-size: 22px;
  }
  .video-details .container .details-body .body-header .header-intro {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .video-details .container .details-body .body-content .video-play {
    padding: 0 150px;
    margin-bottom: 60px;
  }
  .video-details .container .details-body .body-content .video-content {
    font-size: 14px;
    line-height: 28px;
  }
  /****************************************************************************
  * 解决方案
  */
  .scheme-container {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .scheme-container .scheme-body {
    padding: 0 30px;
  }
  .scheme-container .scheme-body .scheme-content {
    font-size: 14px;
    line-height: 30px;
  }
  /****************************************************************************
  * 人才战略
  */
  .talents-weal {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .talents-weal .weal-title {
    font-size: 22px;
  }
  .talents-weal .weal-list {
    margin: 0 -10px;
    margin-top: 35px;
  }
  .talents-weal .weal-list .weal-col {
    padding: 0 10px;
  }
  .talents-weal .weal-list .weal-col .weal-item {
    padding: 30px 15px;
  }
  .talents-weal .weal-list .weal-col .weal-item .iconfont {
    font-size: 36px;
  }
  .talents-weal .weal-list .weal-col .weal-item .item-title {
    margin: 12px 0;
  }
  .talents-tags {
    padding-bottom: 60px;
  }
  .talents-tags .tags-list .tag {
    font-size: 18px;
    padding: 12px;
  }
  .talents-tags .tags-body .honor-swiper {
    margin-top: 40px;
  }
  .talents-tags .tags-body .honor-swiper .swiper-slide .honor-item .item-text {
    padding-top: 25px;
  }
  .talents-tags .tags-body .about-honor-pagination {
    padding-top: 30px;
  }
  /****************************************************************************
  * 招聘计划
  */
  .flow-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flow-container .flow-list .offer-arrows {
    width: 85px;
  }
  .job-container {
    padding-bottom: 60px;
  }
  .job-container .job-list .list-item .item-row .item-job {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 15px;
  }
  .job-container .job-list .list-item .item-row .item-site, .job-container .job-list .list-item .item-row .item-time, .job-container .job-list .list-item .item-row .item-operate {
    font-size: 14px;
    padding: 0 15px;
  }
  .job-container .job-list .list-item .item-row .item-operate .iconfont {
    padding-left: 25px;
  }
  .job-container .job-list .list-item .item-row .item-operate .iconfont::before {
    font-size: 18px;
  }
  .job-container .job-list .list-item .item-body .body-content {
    padding: 40px;
  }
  /****************************************************************************
  * 联系我们
  */
  .contact-container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .contact-container .contact-list .list-way {
    padding: 25px;
  }
  .contact-container .contact-list .list-way .way-title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .contact-container .contact-list .list-way .way-item {
    margin-top: 15px;
    font-size: 14px;
  }
  .contact-container .contact-list .list-way .way-item .iconfont {
    font-size: 18px;
  }
  .contact-container .contact-list .list-map .map-sign-box {
    width: 80px;
    height: 80px;
  }
  .contact-container .contact-list .list-map .map-sign-box img {
    width: 55px;
  }
}

@media (max-width: 992px) {
  .global-nav {
    padding: 0 40px;
  }
  .global-nav .container-fluid .navbar-brand {
    margin: 15px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 80px;
  }
  .global-footer .footer-body {
    padding-left: 40px;
    padding-right: 40px;
  }
  .global-footer .footer-body .body-main .main-code {
    width: 150px;
  }
  .global-footer .footer-body .body-main .main-contact {
    width: 280px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item {
    margin-left: 20px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item .item-img {
    width: 40px;
    height: 40px;
  }
  .global-footer .footer-body .body-inlet .body-sub form input {
    width: 150px;
  }
  .global-footer .footer-body .body-inlet .body-sub form button {
    padding: 0 15px;
  }
  .global-footer .footer-copyright {
    padding: 20px 40px;
  }
  .global-banner {
    padding-top: 350px;
    margin-top: 62px;
  }
  .global-tags .container .tag {
    min-width: 120px;
    padding: 12px;
  }
  .overlay .dialog .iconfont {
    top: -40px;
    height: 34px;
    font-size: 18px;
  }
  .img-overlay .img-dialog .iconfont {
    top: -40px;
    height: 34px;
    font-size: 18px;
  }
  .global-pagination a {
    line-height: 28px;
    min-width: 30px;
    font-size: 14px;
    margin: 0 6px;
  }
  .global-move-page {
    padding: 15px;
  }
  .global-move-page a {
    font-size: 14px;
  }
  .global-move-page .prev, .global-move-page .next {
    line-height: 32px;
    padding: 0 35px;
  }
  /* 首页 */
  .index-top, .index-about .index-about-bg, .index-advantage, .index-product, .index-solution, .index-news {
    padding-top: 40px;
  }
  .index-bottom, .index-product, .index-news {
    padding-bottom: 40px;
  }
  .index-flanks, .index-about .about-main, .index-advantage .index-title, .index-advantage .advantage-content .text-box, .index-product, .index-solution .index-title, .index-news {
    padding-left: 40px;
    padding-right: 40px;
  }
  .index-title .title-main {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title .title-lesser {
    font-size: 12px;
  }
  .index-about .index-about-bg {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .index-about .about-main {
    flex-wrap: wrap;
  }
  .index-about .about-main .mian-info {
    width: 100%;
  }
  .index-about .about-main .mian-info .index-title .title-main {
    color: #fff;
  }
  .index-about .about-main .mian-info .info-content {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
  }
  .index-about .about-main .mian-info .info-learn-more {
    width: 130px;
    height: 35px;
    margin-top: 25px;
    font-size: 12px;
  }
  .index-about .about-main .mian-info .info-learn-more .iconfont {
    font-size: 12px;
  }
  .index-about .about-main .mian-info .info-data {
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-num {
    font-size: 26px;
    padding: 12px 0;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-explain {
    color: #f18200;
  }
  .index-about .about-main .mian-info .info-data .iconfont {
    font-size: 28px;
    color: #f18200;
  }
  .index-about .about-main .main-data {
    display: flex;
    margin-top: 40px;
  }
  .index-about .about-link {
    margin-top: 100px;
  }
  .index-about .about-link .link-item {
    padding: 30px 20px;
  }
  .index-about .about-link .link-item .item-img {
    width: 100px;
  }
  .index-about .about-link .link-item .item-title {
    font-size: 12px;
    margin-top: 12px;
  }
  .index-product .product-header .product-learn-more {
    width: 130px;
    height: 35px;
    font-size: 12px;
  }
  .index-product .product-header .product-learn-more .iconfont {
    font-size: 12px;
  }
  .index-product .product-main {
    margin-top: 35px;
  }
  .index-product .product-main .main-nav {
    flex-wrap: wrap;
  }
  .index-product .product-main .main-nav .nav-item {
    width: 30%;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .index-product .product-main .main-nav .nav-item:nth-child(4), .index-product .product-main .main-nav .nav-item:nth-child(5), .index-product .product-main .main-nav .nav-item:nth-child(6), .index-product .product-main .main-nav .nav-item:nth-child(7) {
    width: 21%;
    margin-bottom: 10px;
  }
  .index-product .product-main .mian-list {
    margin: 0 -10px;
  }
  .index-product .product-main .mian-list .list-col {
    padding: 0 10px;
    padding-top: 20px;
  }
  .index-product .product-main .mian-list .list-col .list-item .learn-more {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .index-product .product-main .mian-list .list-col .list-item .learn-more .iconfont {
    font-size: 12px;
    transform: translateX(5px);
  }
  .index-solution .solution-body {
    position: static;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .index-solution .solution-body .solution-item {
    position: relative;
    width: 33.333333%;
  }
  .index-solution .solution-body .solution-item .item-part {
    padding-bottom: 15px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body {
    padding: 10px;
  }
  .index-news .news-header .product-learn-more {
    width: 130px;
    height: 35px;
    font-size: 12px;
  }
  .index-news .news-header .product-learn-more .iconfont {
    font-size: 12px;
  }
  .index-news .news-row {
    margin: 0 -15px;
  }
  .index-news .news-row .news-col {
    padding: 0 15px;
  }
  .index-news .news-row .news-col .col-body .title {
    font-size: 16px;
  }
  .index-news .news-row .news-col .col-body .time {
    padding: 14px 0;
  }
  .index-news .news-row .news-col .col-body .content {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-title {
    font-size: 16px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
    left: 40px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
    left: 40px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
    right: 40px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(5) {
    right: 40px;
  }
  /* 关于我们 */
  .about-introduction {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-introduction .introduction-body {
    padding-top: 30px;
  }
  .about-introduction .introduction-body .video-trigger {
    padding-left: 0;
    margin-top: 30px;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box {
    width: 100%;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box .image-box {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box .image-box .image-bg {
    width: 100%;
    height: 100%;
  }
  .about-introduction .infos {
    margin-top: 30px;
  }
  .about-introduction .infos .info .info-title {
    font-size: 28px;
  }
  .about-develop {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-develop .develop-swiper-container {
    padding-top: 40px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .title {
    font-size: 30px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .intro {
    font-size: 14px;
    margin-top: 20px;
    min-height: 80px;
    padding-bottom: 20px;
  }
  .about-culture {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-culture .row {
    margin-top: 20px;
  }
  .about-culture .row .culture-col {
    padding-top: 20px;
  }
  .about-culture .row .culture-col .culture-item {
    padding: 20px;
  }
  .about-brand {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-brand .row .brand-col {
    padding: 0 50px;
  }
  .about-brand .row .brand-col .col-img {
    width: 165px;
    margin-right: 25px;
  }
  .about-brand .row .brand-col .col-intro {
    font-size: 18px;
  }
  .about-core {
    padding: 40px 0;
  }
  .about-core .container .text {
    padding: 20px;
    margin-bottom: 20px;
  }
  .about-core .container .text .list .item {
    font-size: 16px;
    padding: 10px 0;
  }
  .about-core .container .text .list .item .iconfont {
    font-size: 36px;
    margin-right: 15px;
  }
  .about-honor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-honor .honor-swiper .swiper-slide .honor-item {
    padding: 20px;
  }
  /****************************************************************************
  * 产品中心
  */
  .product-center {
    padding: 40px 0;
  }
  .product-center .row .cneter-col .center-item .item-text {
    padding: 15px;
  }
  .product-center .row .cneter-col .center-item .item-text .list .text-li {
    font-size: 12px;
  }
  /****************************************************************************
  * 产品列表
  */
  .product-list {
    padding-bottom: 50px;
  }
  .product-list .list {
    padding: 15px;
  }
  .product-list .list .intro {
    font-size: 12px;
  }
  .product-list .list .row {
    margin: 0 -8px;
  }
  .product-list .list .row .column {
    padding: 0 8px;
    margin-top: 16px;
  }
  .product-list .list .row .column .item .item-text .text-title {
    font-size: 16px;
  }
  .product-list .list .row .column .item .item-text .text-more {
    margin-top: 8px;
  }
  /****************************************************************************
  * 产品详情
  */
  .product-details {
    padding-bottom: 50px;
  }
  .details-handle {
    padding: 25px;
  }
  .details-handle .details-handle-body {
    padding-bottom: 110px;
  }
  .details-handle .handle-img-swiper {
    width: 50%;
  }
  .details-handle .handle-text {
    width: 50%;
    padding-left: 25px;
  }
  .details-handle .handle-text .text-contact-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .details-handle .handle-text .text-contact {
    margin-top: 15px;
    padding: 15px;
  }
  .details-handle .handle-text .text-contact .info {
    font-size: 12px;
  }
  .details-handle .handle-text .text-contact .info .label {
    min-width: 75px;
  }
  .details-handle .handle-text .text-contact .contact-form {
    margin-top: 20px;
    flex-direction: column;
  }
  .details-handle .handle-text .text-contact .contact-form ::-webkit-input-placeholder {
    line-height: 32px;
  }
  .details-handle .handle-text .text-contact .contact-form :-ms-input-placeholder {
    line-height: 32px;
  }
  .details-handle .handle-text .text-contact .contact-form ::placeholder {
    line-height: 32px;
  }
  .details-handle .handle-text .text-contact .contact-form input {
    width: 100%;
    line-height: 32px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .details-handle .handle-text .text-contact .contact-form button {
    line-height: 32px;
  }
  .details-handle .handle-text .btn-list {
    justify-content: space-between;
  }
  .details-handle .handle-text .btn-list .btns {
    margin-left: 0;
  }
  .details-handle .handle-text .handle-swiper-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .details-common .header {
    padding: 20px 25px 20px;
    font-size: 18px;
  }
  .details-common .content-slot {
    padding: 25px;
    padding-top: 0;
  }
  .details-common .content-slot .content-body {
    margin-top: 25px;
  }
  .details-common .content-slot .related-row {
    margin: 0 -8px;
  }
  .details-common .content-slot .related-row .column {
    padding: 0 8px;
  }
  .details-common .content-slot .related-row .column .item .item-text .text-title {
    font-size: 16px;
  }
  .details-common .content-slot .content-album {
    margin: 0 -8px;
  }
  .details-common .content-slot .content-album .album-col {
    padding: 0 8px;
  }
  .details-common .content-slot .honor-row {
    margin: 0 -8px;
  }
  .details-common .content-slot .honor-row .column {
    padding: 0 8px;
  }
  .details-common .content-slot .honor-row .column .item {
    padding: 15px;
  }
  .details-common .content-slot .honor-row .column .item .item-text {
    padding-top: 15px;
  }
  .details-correlation {
    margin-top: 40px;
  }
  /****************************************************************************
  * 新闻中心
  */
  .news-list {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .news-list .list-container {
    padding-bottom: 40px;
  }
  .news-list .list-container .news-item {
    padding: 30px 0;
  }
  .news-list .list-container .news-item .item-img-box {
    margin-right: 30px;
  }
  .news-list .list-container .news-item .item-text .item-title {
    font-size: 18px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
  }
  .news-list .list-container .news-item .item-text .item-date {
    font-size: 14px;
    margin-top: 12px;
  }
  .news-list .list-container .news-item .item-text .item-content {
    margin-top: 18px;
  }
  .news-list .list-container .news-item .item-text .go-more {
    margin-top: 20px;
    font-size: 12px;
  }
  .news-list .list-container .news-item .item-text .go-more .iconfont {
    font-size: 12px;
  }
  /****************************************************************************
  * 新闻详情
  */
  .news-details {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .news-details .details-body {
    padding-bottom: 40px;
  }
  .news-details .details-body .body-header .header-title {
    font-size: 20px;
  }
  .news-details .details-body .body-header .header-intro {
    padding-top: 15px;
  }
  /****************************************************************************
  * 视频列表
  */
  .video-conainer {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .video-conainer .video-body .video-sidebar {
    width: 160px;
    max-height: calc(100% - 45px);
  }
  .video-conainer .video-body .video-sidebar .sidebar-header .title {
    font-size: 18px;
  }
  .video-conainer .video-body .video-sidebar .sidebar-header .subtitle {
    font-size: 12px;
  }
  .video-conainer .video-body .video-sidebar .sidebar-list {
    padding: 15px 20px;
  }
  .video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item a {
    font-size: 14px;
  }
  .video-conainer .video-body .video-list {
    margin-left: 160px;
  }
  .video-conainer .video-body .video-list .video-col {
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .img-box .play-btn-box {
    width: 55px;
    height: 55px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .img-box .play-btn-box .play-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .text-box .text-title {
    font-size: 16px;
  }
  /****************************************************************************
  * 视频详情
  */
  .video-details {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .video-details .container .details-body {
    padding: 25px;
    margin-bottom: 30px;
  }
  .video-details .container .details-body .body-header .header-title {
    font-size: 20px;
  }
  .video-details .container .details-body .body-header .header-intro {
    padding-top: 15px;
  }
  .video-details .container .details-body .body-content {
    padding-top: 25px;
  }
  .video-details .container .details-body .body-content .video-play {
    padding: 0 80px;
    margin-bottom: 40px;
  }
  .video-details .container .details-body .body-content .video-content {
    font-size: 14px;
    line-height: 28px;
  }
  /****************************************************************************
  * 解决方案
  */
  .scheme-container {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .scheme-container .scheme-body {
    padding: 0 20px;
  }
  /****************************************************************************
  * 人才战略
  */
  .talents-weal {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .talents-weal .weal-list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .talents-weal .weal-list .weal-col {
    width: 33.33333333333333333%;
    margin-top: 20px;
  }
  .talents-tags {
    padding-bottom: 50px;
  }
  .talents-tags .tags-list .tag {
    font-size: 16px;
    padding: 10px;
  }
  .talents-tags .tags-body .honor-swiper .swiper-slide .honor-item {
    padding: 20px;
  }
  /****************************************************************************
  * 招聘计划
  */
  .flow-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .flow-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flow-container .flow-list .flow-item {
    width: 16%;
  }
  .flow-container .flow-list .flow-item .item-step {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .flow-container .flow-list .flow-item .item-title {
    font-size: 16px;
  }
  .flow-container .flow-list .offer-arrows {
    width: 60px;
  }
  .job-container {
    padding-bottom: 50px;
  }
  .job-container .job-list .list-item .item-row {
    padding: 15px 0;
  }
  .job-container .job-list .list-item .item-row .item-job {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 10px;
  }
  .job-container .job-list .list-item .item-row .item-site, .job-container .job-list .list-item .item-row .item-time, .job-container .job-list .list-item .item-row .item-operate {
    font-size: 12px;
    padding: 0 10px;
  }
  .job-container .job-list .list-item .item-row .item-operate .iconfont {
    padding-left: 20px;
  }
  .job-container .job-list .list-item .item-row .item-operate .iconfont::before {
    font-size: 16px;
  }
  .job-container .job-list .list-item .item-body .body-content {
    padding: 30px;
    font-size: 12px;
  }
  /****************************************************************************
  * 联系我们
  */
  .contact-container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .contact-container .contact-list {
    margin-top: 35px;
    flex-wrap: wrap;
  }
  .contact-container .contact-list .list-way {
    width: 100%;
    margin-right: 0;
    padding: 25px;
  }
  .contact-container .contact-list .list-map {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .global-nav {
    padding: 0 30px;
  }
  .global-nav .container-fluid .navbar-brand img {
    width: 120px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 70px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 30px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .li-a-box .li-a {
    font-size: 14px;
    line-height: 36px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list {
    line-height: 32px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    margin-left: 30px;
  }
  .global-footer .footer-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .global-footer .footer-body .body-main .main-code {
    width: 140px;
  }
  .global-footer .footer-body .body-main .main-code .code-img {
    margin-bottom: 10px;
  }
  .global-footer .footer-body .body-main .main-contact {
    width: 280px;
  }
  .global-footer .footer-body .body-main .main-contact .contact-item {
    padding-top: 10px;
  }
  .global-footer .footer-body .body-inlet {
    flex-direction: column;
  }
  .global-footer .footer-body .body-inlet .body-in {
    order: 2;
    margin-top: 30px;
    display: flex;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list {
    padding-top: 0;
    padding-left: 15px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item {
    margin-left: 20px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item .item-img {
    width: 40px;
    height: 40px;
  }
  .global-footer .footer-body .body-inlet .body-sub form {
    width: 100%;
  }
  .global-footer .footer-body .body-inlet .body-sub form input {
    flex: 1;
    width: unset;
    margin-right: 15px;
  }
  .global-footer .footer-body .body-inlet .body-sub form button {
    padding: 0 50px;
  }
  .global-footer .footer-body .body-inlet .body-sub .go-top {
    display: none;
  }
  .global-footer .footer-copyright {
    padding: 20px 30px;
  }
  .global-banner {
    padding-top: 300px;
    margin-top: 58px;
  }
  .global-tags .container .tag {
    min-width: 100px;
    padding: 10px;
    font-size: 12px;
  }
  .global-title .bg {
    font-size: 38px;
  }
  .global-title .title {
    font-size: 20px;
  }
  .overlay .dialog {
    width: 90%;
    padding: 10px;
  }
  .global-crumbs {
    padding: 20px 0;
  }
  .global-crumbs .container .crumb {
    font-size: 12px;
  }
  .global-crumbs .container .crumb .iconfont {
    font-size: 18px;
    padding-right: 12px;
  }
  .global-crumbs .container .separator {
    font-size: 12px;
    margin: 0 5px;
  }
  .global-move-page {
    padding: 12px 15px;
  }
  .global-move-page a {
    font-size: 12px;
  }
  .global-move-page .prev, .global-move-page .next {
    line-height: 30px;
    padding: 0 30px;
  }
  /* 首页 */
  .index-top, .index-about .index-about-bg, .index-advantage, .index-product, .index-solution, .index-news {
    padding-top: 30px;
  }
  .index-bottom, .index-product, .index-news {
    padding-bottom: 30px;
  }
  .index-flanks, .index-about .about-main, .index-advantage .index-title, .index-advantage .advantage-content .text-box, .index-product, .index-solution .index-title, .index-news {
    padding-left: 30px;
    padding-right: 30px;
  }
  .index-banner .swiper-pagination {
    bottom: 30px;
    left: 8%;
  }
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .index-title .title-main {
    font-size: 22px;
    line-height: 28px;
  }
  .index-title .title-lesser {
    font-size: 12px;
    padding-left: 8px;
  }
  .index-about .about-main .mian-info .info-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    padding-top: 25px;
  }
  .index-about .about-main .mian-info .info-learn-more {
    width: 120px;
    height: 32px;
    margin-top: 20px;
  }
  .index-about .about-main .mian-info .info-data {
    flex: unset;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-num {
    font-size: 26px;
    padding: 14px 0;
  }
  .index-about .about-main .mian-info .info-data .iconfont {
    font-size: 30px;
  }
  .index-about .about-main .main-data {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .index-about .about-link {
    margin-top: 70px;
  }
  .index-about .about-link .link-item {
    padding: 20px 10px;
  }
  .index-about .about-link .link-item .item-img {
    width: 80px;
  }
  .index-about .about-link .link-item .item-title {
    font-size: 12px;
    margin-top: 12px;
  }
  .index-product .product-header .product-learn-more {
    width: 120px;
    height: 32px;
  }
  .index-product .product-main {
    margin-top: 30px;
  }
  .index-product .product-main .mian-list {
    margin: 0 -7px;
  }
  .index-product .product-main .mian-list .list-col {
    padding: 0 7px;
    padding-top: 14px;
  }
  .index-solution .solution-body {
    margin-top: 30px;
  }
  .index-solution .solution-body .solution-item .item-part {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body {
    padding: 8px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body {
    padding: 12px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body .title-box {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .index-news .news-header .product-learn-more {
    width: 120px;
    height: 32px;
  }
  .index-news .news-nav a {
    font-size: 14px;
    margin-left: 25px;
  }
  .index-news .news-row {
    margin: 0 -10px;
  }
  .index-news .news-row .news-col {
    padding: 0 10px;
  }
  .index-news .news-row .news-col .col-body {
    padding-top: 12px;
  }
  .index-news .news-row .news-col .col-body .title {
    font-size: 14px;
  }
  .index-news .news-row .news-col .col-body .time {
    font-size: 12px;
    padding: 10px 0;
  }
  .index-news .news-row .news-col .col-body .content {
    line-height: 20px;
    margin-bottom: 15px;
  }
  .index-advantage .advantage-content {
    margin-top: 40px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-title {
    font-size: 14px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
    left: 30px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
    left: 30px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
    right: 30px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(5) {
    right: 30px;
  }
  /* 关于我们 */
  .about-introduction {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box .image-box .video-btn {
    width: 56px;
    height: 56px;
  }
  .about-introduction .infos .info .info-title {
    font-size: 22px;
  }
  .about-develop {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-develop .develop-swiper-container {
    padding-top: 30px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .title {
    font-size: 28px;
  }
  .about-culture {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-culture .row {
    margin-top: 10px;
  }
  .about-culture .row .culture-col .culture-item .iconfont {
    font-size: 46px;
  }
  .about-brand {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-brand .row .brand-col {
    padding: 0 30px;
    margin-top: 25px;
  }
  .about-brand .row .brand-col .col-img {
    width: 140px;
    margin-right: 20px;
  }
  .about-brand .row .brand-col .col-intro {
    font-size: 14px;
  }
  .about-core {
    padding: 30px 0;
  }
  .about-core .container {
    flex-wrap: wrap;
  }
  .about-core .container .text {
    width: 100%;
    padding: 80px 30px;
    margin-bottom: 0;
  }
  .about-core .container .text .list .item {
    font-size: 18px;
  }
  .about-core .container .text .list .item .iconfont {
    font-size: 40px;
  }
  .about-core .container .img {
    width: 100%;
    margin-left: 0;
  }
  .about-honor {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-honor .honor-swiper {
    margin-top: 30px;
  }
  .about-honor .honor-swiper .swiper-slide .honor-item {
    padding: 20px;
  }
  .about-honor .honor-swiper .swiper-slide .honor-item .item-text {
    font-size: 14px;
    padding-top: 20px;
  }
  .about-honor .about-honor-pagination {
    padding-top: 25px;
  }
  /****************************************************************************
  * 产品中心
  */
  .product-center {
    padding: 30px 0;
  }
  .product-center .row .cneter-col .center-item .go-more {
    line-height: 42px;
  }
  /****************************************************************************
  * 产品列表
  */
  .product-list {
    padding-bottom: 40px;
  }
  .product-list .list {
    padding: 20px;
  }
  .product-list .list .row {
    margin: 0 -7px;
    padding-bottom: 25px;
  }
  .product-list .list .row .column {
    padding: 0 7px;
    margin-top: 14px;
  }
  .product-list .list .row .column .item .item-text {
    padding: 8px 12px;
  }
  .product-list .list .row .column .item .item-text .text-title {
    font-size: 14px;
  }
  .product-list .list .row .column .item .item-text .text-more {
    margin-top: 6px;
  }
  /****************************************************************************
  * 产品详情
  */
  .product-details {
    padding-bottom: 40px;
  }
  .details-handle {
    padding: 20px;
  }
  .details-handle .text-title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .details-handle .details-handle-body {
    padding-bottom: 0;
    flex-direction: column;
  }
  .details-handle .handle-img-swiper {
    width: 100%;
  }
  .details-handle .handle-text {
    width: 100%;
    padding-left: 0;
  }
  .details-handle .handle-text .text-contact {
    margin-top: 25px;
    padding: 20px;
  }
  .details-handle .handle-text .text-contact .info {
    font-size: 14px;
  }
  .details-handle .handle-text .text-contact .info .label {
    min-width: 80px;
  }
  .details-handle .handle-text .btn-list {
    justify-content: space-around;
  }
  .details-handle .handle-text .handle-swiper-container {
    display: none;
  }
  .details-common {
    margin-top: 30px;
  }
  .details-common .header {
    padding: 15px 20px;
  }
  .details-common .content-slot {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 4px;
  }
  .details-common .content-slot .content-body {
    margin-top: 20px;
  }
  .details-common .content-slot .related-row .column {
    margin-bottom: 16px;
  }
  .details-common .content-slot .content-album {
    flex-wrap: wrap;
  }
  .details-common .content-slot .content-album .album-col {
    width: 50%;
    margin-bottom: 16px;
  }
  .details-common .content-slot .honor-row .column {
    margin-bottom: 16px;
  }
  .details-i .content-slot {
    padding-bottom: 20px;
  }
  .details-correlation {
    margin-top: 30px;
  }
  /****************************************************************************
  * 新闻中心
  */
  .news-list {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .news-list .list-container {
    padding-bottom: 30px;
  }
  .news-list .list-container .news-item {
    padding: 25px 0;
  }
  .news-list .list-container .news-item .item-img-box {
    width: 40%;
    margin-right: 20px;
  }
  .news-list .list-container .news-item .item-text {
    width: 60%;
  }
  .news-list .list-container .news-item .item-text .item-date {
    font-size: 12px;
  }
  .news-list .list-container .news-item .item-text .item-content {
    margin-top: 15px;
    -webkit-line-clamp: 1;
  }
  .news-list .list-container .news-item .item-text .go-more {
    margin-top: 20px;
    font-size: 12px;
  }
  .news-list .list-container .news-item .item-text .go-more .iconfont {
    font-size: 12px;
  }
  /****************************************************************************
  * 新闻详情
  */
  .news-details {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .news-details .details-body {
    padding-bottom: 30px;
  }
  /****************************************************************************
  * 视频列表
  */
  .video-conainer {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .video-conainer .video-body .video-sidebar {
    position: static;
    width: 100%;
    max-height: unset;
    padding: 20px 10px 10px;
  }
  .video-conainer .video-body .video-sidebar .sidebar-header {
    width: 100%;
  }
  .video-conainer .video-body .video-sidebar .sidebar-list {
    overflow-y: unset;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item {
    padding: 10px;
  }
  .video-conainer .video-body .video-list {
    margin-left: 0;
    margin-top: 30px;
  }
  .video-conainer .video-body .video-list .video-row {
    margin-bottom: 15px;
  }
  .video-conainer .video-body .video-list .video-row {
    margin-left: -20px;
  }
  .video-conainer .video-body .video-list .video-col {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  /****************************************************************************
  * 视频详情
  */
  .video-details {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .video-details .container .details-body {
    padding: 20px;
  }
  .video-details .container .details-body .body-content {
    padding-top: 20px;
  }
  .video-details .container .details-body .body-content .video-play {
    padding: 0 40px;
    margin-bottom: 30px;
  }
  .video-details .container .details-body .body-content .video-play .video-button {
    width: 70px;
    height: 70px;
  }
  .video-details .container .details-body .body-content .video-play .video-button .iconfont {
    width: 50px;
    height: 50px;
  }
  .video-details .container .details-body .body-content .video-play .video-button .iconfont::before {
    font-size: 24px;
  }
  .video-details .container .details-body .body-content .video-content {
    font-size: 12px;
    line-height: 26px;
  }
  /****************************************************************************
  * 解决方案
  */
  .scheme-container {
    --font-size: 18px;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .scheme-container .scheme-body .scheme-content {
    font-size: 12px;
    line-height: 26px;
  }
  /****************************************************************************
  * 人才战略
  */
  .talents-weal {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .talents-weal .weal-title {
    font-size: 20px;
  }
  .talents-weal .weal-list {
    margin: 0 -8px;
    margin-top: 10px;
  }
  .talents-weal .weal-list .weal-col {
    padding: 0 8px;
    margin-top: 16px;
  }
  .talents-weal .weal-list .weal-col .weal-item {
    padding: 20px 10px;
  }
  .talents-weal .weal-list .weal-col .weal-item .iconfont {
    font-size: 32px;
  }
  .talents-weal .weal-list .weal-col .weal-item .item-title {
    font-size: 16px;
  }
  .talents-tags {
    padding-bottom: 40px;
  }
  .talents-tags .tags-list .tag {
    font-size: 14px;
    padding: 8px;
  }
  .talents-tags .tags-body .honor-swiper {
    margin-top: 30px;
  }
  .talents-tags .tags-body .honor-swiper .swiper-slide .honor-item {
    padding: 20px;
  }
  .talents-tags .tags-body .honor-swiper .swiper-slide .honor-item .item-text {
    font-size: 14px;
    padding-top: 20px;
  }
  .talents-tags .tags-body .about-honor-pagination {
    padding-top: 25px;
  }
  /****************************************************************************
  * 招聘计划
  */
  .flow-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .flow-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flow-container .flow-list .flow-item {
    width: 17%;
  }
  .flow-container .flow-list .flow-item .item-step {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .flow-container .flow-list .flow-item .item-title {
    font-size: 14px;
  }
  .flow-container .flow-list .offer-arrows {
    width: 36px;
  }
  .job-container {
    padding-bottom: 40px;
  }
  .job-container .job-list .list-item .item-row {
    padding: 10px 0;
  }
  .job-container .job-list .list-item .item-row .item-job {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 5px;
  }
  .job-container .job-list .list-item .item-row .item-site, .job-container .job-list .list-item .item-row .item-time {
    width: 27%;
    font-size: 12px;
    padding: 0 5px;
  }
  .job-container .job-list .list-item .item-row .item-operate {
    width: 21%;
    font-size: 12px;
    padding: 0 5px;
  }
  .job-container .job-list .list-item .item-row .item-operate .iconfont {
    padding-left: 15px;
  }
  .job-container .job-list .list-item .item-row .item-operate .iconfont::before {
    font-size: 14px;
  }
  .job-container .job-list .list-item .item-row::after {
    left: 79%;
  }
  .job-container .job-list .list-item .item-body .body-content {
    padding: 20px;
  }
  /****************************************************************************
  * 联系我们
  */
  .contact-container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .contact-container .contact-list {
    margin-top: 30px;
  }
  .contact-container .contact-list .list-way {
    padding: 20px;
  }
  .contact-container .contact-list .list-way .way-title {
    font-size: 18px;
  }
  .contact-container .contact-list .list-way .way-item {
    font-size: 12px;
  }
  .contact-container .contact-list .list-map {
    height: 250px;
  }
}

@media (max-width: 576px) {
  ::-webkit-input-placeholder {
    line-height: 40px;
  }
  :-ms-input-placeholder {
    line-height: 40px;
  }
  ::placeholder {
    line-height: 40px;
  }
  .global-nav {
    padding: 0 20px;
  }
  .global-nav .container-fluid .navbar-brand {
    margin: 10px;
  }
  .global-nav .container-fluid .navbar-brand img {
    width: 100px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav {
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li {
    padding: 0 20px;
  }
  .global-nav .container-fluid .navbar-box .navbar-collapse .navbar-nav .nav-li .nav-hide-list .hide-item {
    margin-left: 25px;
  }
  .global-nav .container-fluid .navbar-box .contact-phone {
    display: none;
  }
  .global-footer .footer-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .global-footer .footer-body .body-main {
    flex-wrap: wrap;
  }
  .global-footer .footer-body .body-main .main-code {
    order: 2;
    width: 50%;
    margin-top: 20px;
  }
  .global-footer .footer-body .body-main .main-contact {
    width: 100%;
  }
  .global-footer .footer-body .body-main .main-contact .contact-item {
    padding-top: 10px;
  }
  .global-footer .footer-body .body-inlet .body-in {
    display: block;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list {
    padding-top: 15px;
    padding-left: 0;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item {
    margin-left: 20px;
  }
  .global-footer .footer-body .body-inlet .body-in .in-list .in-item .item-img {
    width: 45px;
    height: 45px;
  }
  .global-footer .footer-body .body-inlet .body-sub form {
    flex-wrap: wrap;
  }
  .global-footer .footer-body .body-inlet .body-sub form input {
    flex: unset;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .global-footer .footer-body .body-inlet .body-sub form button {
    width: 100%;
    height: 40px;
  }
  .global-footer .footer-copyright {
    padding: 20px 15px;
  }
  .global-footer .footer-copyright .logo {
    max-width: 100px;
  }
  .global-banner {
    padding-top: 120px;
    margin-top: 42px;
  }
  .global-tags .container .tag {
    min-width: 80px;
    padding: 10px 6px;
  }
  .global-title .bg {
    font-size: 30px;
  }
  .global-title .title {
    font-size: 18px;
  }
  .global-crumbs {
    padding: 16px 0;
  }
  .global-pagination a {
    line-height: 26px;
    min-width: 28px;
    font-size: 14px;
    margin: 0 5px;
  }
  .global-move-page {
    padding: 12px 15px;
  }
  .global-move-page .prev, .global-move-page .next {
    line-height: 28px;
    padding: 0 25px;
  }
  /* 首页 */
  .index-top, .index-about .index-about-bg, .index-advantage, .index-product, .index-solution, .index-news {
    padding-top: 25px;
  }
  .index-bottom, .index-product, .index-news {
    padding-bottom: 25px;
  }
  .index-flanks, .index-about .about-main, .index-advantage .index-title, .index-advantage .advantage-content .text-box, .index-product, .index-solution .index-title, .index-news {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-banner .swiper-pagination {
    display: none;
  }
  .index-title .title-main {
    font-size: 20px;
    line-height: 22px;
  }
  .index-title .title-lesser {
    padding-left: 6px;
  }
  .index-about .about-main .mian-info .info-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    padding-top: 20px;
    line-height: 24px;
  }
  .index-about .about-main .mian-info .info-learn-more {
    width: 110px;
    height: 30px;
  }
  .index-about .about-main .mian-info .info-data .data-main .main-num {
    font-size: 24px;
    padding: 12px 0;
  }
  .index-about .about-main .mian-info .info-data .iconfont {
    font-size: 28px;
  }
  .index-about .about-link {
    margin-top: 60px;
  }
  .index-about .about-link .link-item {
    padding: 15px 10px;
  }
  .index-about .about-link .link-item .item-img {
    width: 100%;
  }
  .index-about .about-link .link-item .item-title {
    display: none;
  }
  .index-product .product-header .product-learn-more {
    width: 100px;
    height: 30px;
  }
  .index-product .product-main .main-nav .nav-item {
    padding: 10px 7px;
    margin-bottom: 10px;
  }
  .index-product .product-main .mian-list {
    margin: 0 -7px;
  }
  .index-product .product-main .mian-list .list-col {
    width: 50%;
    padding: 0 7px;
    padding-top: 14px;
  }
  .index-product .product-main .mian-list .list-col .list-item .learn-more {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .index-product .product-main .mian-list .list-col:first-child {
    width: 100%;
  }
  .index-solution .solution-body {
    margin-top: 25px;
  }
  .index-solution .solution-body .solution-item {
    width: 50%;
  }
  .index-solution .solution-body .solution-item .item-part .part-body {
    padding: 10px;
  }
  .index-solution .solution-body .solution-item .item-part .part-body .hide {
    display: none;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body {
    padding: 10px;
  }
  .index-solution .solution-body .solution-item:hover .item-part .part-body .title-box {
    font-size: 12px;
    padding-bottom: 0;
  }
  .index-news .news-header .product-learn-more {
    width: 100px;
    height: 30px;
  }
  .index-news .news-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .index-news .news-nav a {
    font-size: 14px;
    margin-left: 20px;
  }
  .index-news .news-row {
    margin: 0;
  }
  .index-news .news-row .news-col {
    padding: 0;
  }
  .index-news .news-row .news-col .col-body {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .index-news .news-row .news-col:last-child .col-body {
    margin-bottom: 0;
  }
  .index-advantage .advantage-content {
    margin-top: 30px;
  }
  .index-advantage .advantage-content .text-box .text-item .item-title {
    font-size: 12px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(1) {
    left: 15px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(2) {
    left: 15px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(3) {
    top: -5px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(3)::before {
    height: 100%;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(4) {
    right: 15px;
  }
  .index-advantage .advantage-content .text-box .text-item:nth-child(5) {
    right: 15px;
  }
  /* 关于我们 */
  .about-introduction {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-introduction .introduction-body {
    padding-top: 25px;
  }
  .about-introduction .introduction-body .column .content {
    font-size: 12px;
    line-height: 22px;
  }
  .about-introduction .introduction-body .video-trigger {
    margin-top: 25px;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box .image-box {
    padding-bottom: 8px;
    padding-right: 8px;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box .image-box .video-btn {
    width: 52px;
    height: 52px;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box .image-box .video-btn .iconfont {
    font-size: 18px;
  }
  .about-introduction .introduction-body .video-trigger .trigger-box .bg-color {
    top: 8px;
    left: 8px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .about-introduction .infos {
    margin-top: 25px;
  }
  .about-introduction .infos .info {
    padding: 0 5px;
  }
  .about-introduction .infos .info .info-title {
    font-size: 20px;
  }
  .about-introduction .infos .info .info-subtitle {
    margin-top: 8px;
  }
  .about-develop {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about-develop .develop-swiper-container {
    padding-top: 25px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .title {
    font-size: 26px;
  }
  .about-develop .develop-swiper-container .develop-swiper .swiper-slide .intro {
    margin-top: 20px;
    min-height: 70px;
    padding-bottom: 25px;
  }
  .about-culture {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about-culture .row {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .about-culture .row .culture-col {
    padding: 0 5px;
    padding-top: 10px;
  }
  .about-culture .row .culture-col .culture-item {
    padding: 15px;
  }
  .about-culture .row .culture-col .culture-item .iconfont {
    font-size: 40px;
  }
  .about-culture .row .culture-col .culture-item .item-title {
    font-size: 18px;
  }
  .about-culture .row .culture-col .culture-item .item-content {
    margin-top: 15px;
  }
  .about-brand {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about-brand .row .brand-col {
    padding: 0;
    margin-top: 25px;
  }
  .about-brand .row .brand-col .col-img {
    width: 120px;
    margin-right: 15px;
  }
  .about-brand .row .brand-col .col-intro {
    font-size: 12px;
  }
  .about-core {
    padding: 25px 0;
  }
  .about-core .container .text {
    padding: 60px 15px;
  }
  .about-core .container .text .list .item {
    font-size: 14px;
  }
  .about-core .container .text .list .item .iconfont {
    font-size: 32px;
  }
  .about-honor {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .about-honor .honor-swiper {
    margin-top: 25px;
  }
  .about-honor .honor-swiper .swiper-slide .honor-item {
    padding: 15px;
  }
  .about-honor .honor-swiper .swiper-slide .honor-item .item-text {
    font-size: 12px;
    padding-top: 15px;
  }
  .about-honor .about-honor-pagination {
    padding-top: 20px;
  }
  .about-honor .about-honor-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  /****************************************************************************
  * 产品中心
  */
  .product-center {
    padding: 25px 0;
  }
  .product-center .row {
    margin: 0 -7px;
  }
  .product-center .row .cneter-col {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .product-center .row .cneter-col .center-item .item-text {
    padding: 12px;
  }
  .product-center .row .cneter-col .center-item .item-text .title {
    font-size: 16px;
  }
  .product-center .row .cneter-col .center-item .item-text .list {
    padding-top: 6px;
  }
  .product-center .row .cneter-col .center-item .item-text .list .text-li {
    margin-top: 6px;
  }
  .product-center .row .cneter-col .center-item .go-more {
    font-size: 12px;
    line-height: 38px;
  }
  /****************************************************************************
  * 产品列表
  */
  .product-list {
    padding-bottom: 30px;
  }
  .product-list .list {
    padding: 15px;
  }
  .product-list .list .row .column .item .item-text {
    padding: 6px 10px;
  }
  .product-list .list .row .column .item .item-text .text-title {
    font-size: 14px;
  }
  /****************************************************************************
  * 产品详情
  */
  .product-details {
    padding-bottom: 30px;
  }
  .details-handle {
    padding: 15px;
  }
  .details-handle .text-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .details-handle .handle-text .text-contact {
    padding: 15px;
  }
  .details-handle .handle-text .text-contact .info {
    font-size: 12px;
  }
  .details-handle .handle-text .text-contact .info .label {
    min-width: 70px;
  }
  .details-handle .handle-text .text-contact .contact-form input {
    margin-bottom: 12px;
  }
  .details-handle .handle-text .btn-list {
    justify-content: space-between;
  }
  .details-common .header {
    padding: 15px 15px;
  }
  .details-common .content-slot {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .details-common .content-slot .content-body {
    margin-top: 15px;
  }
  .details-common .content-slot .related-row {
    margin: 0 -7px;
  }
  .details-common .content-slot .related-row .column {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .details-common .content-slot .content-album {
    margin: 0 -7px;
  }
  .details-common .content-slot .content-album .album-col {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .details-common .content-slot .honor-row {
    margin: 0 -7px;
  }
  .details-common .content-slot .honor-row .column {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .details-common .content-slot .honor-row .column .item {
    padding: 10px;
  }
  .details-i .content-slot {
    padding-bottom: 15px;
  }
  /****************************************************************************
  * 新闻中心
  */
  .news-list {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .news-list .list-container {
    padding-bottom: 25px;
  }
  .news-list .list-container .news-item {
    padding: 20px 0;
  }
  .news-list .list-container .news-item .item-img-box {
    margin-right: 15px;
  }
  .news-list .list-container .news-item .item-text .item-title {
    font-size: 16px;
    margin-top: 0;
  }
  .news-list .list-container .news-item .item-text .item-date {
    margin-top: 10px;
  }
  .news-list .list-container .news-item .item-text .item-content {
    margin-top: 15px;
    -webkit-line-clamp: 1;
  }
  .news-list .list-container .news-item .item-text .go-more {
    display: none;
  }
  /****************************************************************************
  * 新闻详情
  */
  .news-details {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .news-details .details-body {
    padding-bottom: 25px;
  }
  .news-details .details-body .body-header .header-title {
    font-size: 18px;
  }
  .news-details .details-body .body-header .header-intro {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .news-details .details-body .body-header .header-intro .time {
    margin-right: 20px;
  }
  .news-details .details-body .body-content {
    font-size: 12px;
    line-height: 22px;
  }
  /****************************************************************************
  * 视频列表
  */
  .video-conainer {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .video-conainer .video-body .video-sidebar {
    padding: 10px;
  }
  .video-conainer .video-body .video-sidebar .sidebar-header .subtitle {
    margin-bottom: 10px;
  }
  .video-conainer .video-body .video-sidebar .sidebar-list {
    padding: 6px;
  }
  .video-conainer .video-body .video-sidebar .sidebar-list .sidebar-item a {
    font-size: 12px;
  }
  .video-conainer .video-body .video-list {
    margin-top: 25px;
  }
  .video-conainer .video-body .video-list .video-row {
    margin-bottom: 15px;
  }
  .video-conainer .video-body .video-list .video-row {
    margin-left: -15px;
  }
  .video-conainer .video-body .video-list .video-col {
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .img-box .play-btn-box {
    width: 50px;
    height: 50px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .img-box .play-btn-box .play-btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .video-conainer .video-body .video-list .video-col .video-item .text-box {
    padding: 8px 0;
  }
  .video-conainer .video-body .video-list .video-col .video-item .text-box .text-title {
    font-size: 16px;
  }
  /****************************************************************************
  * 视频详情
  */
  .video-details {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .video-details .container .details-body {
    padding: 15px;
    margin-bottom: 25px;
  }
  .video-details .container .details-body .body-header .header-title {
    font-size: 18px;
  }
  .video-details .container .details-body .body-header .header-intro {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .video-details .container .details-body .body-header .header-intro .time {
    margin-right: 20px;
  }
  .video-details .container .details-body .body-content .video-play {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .video-details .container .details-body .body-content .video-play .video-button {
    width: 65px;
    height: 65px;
  }
  .video-details .container .details-body .body-content .video-play .video-button .iconfont {
    width: 45px;
    height: 45px;
  }
  .video-details .container .details-body .body-content .video-play .video-button .iconfont::before {
    font-size: 22px;
  }
  .video-details .container .details-body .body-content .video-content {
    line-height: 24px;
  }
  /****************************************************************************
  * 解决方案
  */
  .scheme-container {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .scheme-container .scheme-body {
    padding: 0 15px;
  }
  .scheme-container .scheme-body .scheme-content {
    margin-top: 25px;
  }
  /****************************************************************************
  * 人才战略
  */
  .talents-weal {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .talents-weal .weal-title {
    font-size: 18px;
  }
  .talents-weal .weal-list {
    margin: 0 -7px;
    margin-top: 10px;
  }
  .talents-weal .weal-list .weal-col {
    width: 50%;
    padding: 0 7px;
    margin-top: 14px;
  }
  .talents-weal .weal-list .weal-col .weal-item {
    padding: 15px 10px;
  }
  .talents-weal .weal-list .weal-col .weal-item .iconfont {
    font-size: 30px;
  }
  .talents-tags {
    padding-bottom: 30px;
  }
  .talents-tags .tags-list .tag {
    font-size: 12px;
  }
  .talents-tags .tags-body .honor-swiper {
    margin-top: 25px;
  }
  .talents-tags .tags-body .honor-swiper .swiper-slide .honor-item {
    padding: 15px;
  }
  .talents-tags .tags-body .honor-swiper .swiper-slide .honor-item .item-text {
    font-size: 12px;
    padding-top: 15px;
  }
  .talents-tags .tags-body .about-honor-pagination {
    padding-top: 20px;
  }
  .talents-tags .tags-body .about-honor-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  /****************************************************************************
  * 招聘计划
  */
  .flow-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .flow-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .flow-container .flow-list .flow-item .item-step {
    padding-top: 10px;
  }
  .job-container {
    padding-bottom: 30px;
  }
  .job-container .job-list .list-item .item-row .item-job {
    width: 50%;
    padding-left: 15px;
  }
  .job-container .job-list .list-item .item-row .item-site, .job-container .job-list .list-item .item-row .item-time {
    display: none;
  }
  .job-container .job-list .list-item .item-row .item-operate {
    width: 50%;
  }
  .job-container .job-list .list-item .item-row .item-operate .iconfont {
    padding-left: 20px;
  }
  .job-container .job-list .list-item .item-row::before {
    left: 50%;
  }
  .job-container .job-list .list-item .item-row::after {
    display: none;
  }
  .job-container .job-list .list-item .item-body .body-content {
    padding: 15px;
  }
  /****************************************************************************
  * 联系我们
  */
  .contact-container {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .contact-container .contact-list {
    margin-top: 25px;
  }
  .contact-container .contact-list .list-way {
    padding: 15px;
  }
  .contact-container .contact-list .list-map {
    height: 250px;
    margin-top: 25px;
  }
  .contact-container .contact-list .list-map .map-sign-box {
    width: 60px;
    height: 60px;
  }
  .contact-container .contact-list .list-map .map-sign-box img {
    width: 40px;
  }
}
</pre></body></html>